COLOR #BD795C

HEX: #BD795C
RGB: (189,121,92)

Color info

#BD795C contains mainly red color. Web safe color of #BD795C is #CC6666 (or #C66).

RGB color model

#BD795C color RGB value is (189,121,92).

  • red value is 189;
  • green value is 121;
  • blue value is 92.
RGB:
(189,121,92)
(74%,47%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 92 of 255 = 36%

189
121
92

R + G + B ~ 52%. #BD795C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 121 + 92 = 402 (100%)
R 189 of 402 ~ 47.01%
G 121 of 402 ~ 30.1%
B 92 of 402 ~ 22.89%

%47.01
%30.1
%22.89

CMYK color model

#BD795C color CMYK value is (0,36,51,26).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(0,36,51,26)
C0M36Y51K26 
(0%,36%,51%,26%)
(0.00/0.36/0.51/0.26)	

CMYK percentages

%0
%35.98
%51.32
%25.88

Codes

Color #BD795C in popluar color models

BD795C
RGB18912192
HSL18°42.36%55.10%
HSB/HSV18°51.32%74.12%
CMYK0.00%35.98%51.32%
25.88%

Color #BD795C in popluar number systems.

HEXBD795C
Decimal18912192
Binary1011110111110011011100
Octal275171134

Shades and tints

Shades of #BD795C

#BD795C
(189,121,92)
#AC6E54
(172,110,84)
#9B634C
(155,99,76)
#8A5844
(138,88,68)
#794D3C
(121,77,60)
#684234
(104,66,52)
#57372C
(87,55,44)
#462C24
(70,44,36)
#35211C
(53,33,28)
#241614
(36,22,20)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #BD795C

#BD795C
(189,121,92)
#C3856A
(195,133,106)
#C99178
(201,145,120)
#CF9D86
(207,157,134)
#D5A994
(213,169,148)
#DBB5A2
(219,181,162)
#E1C1B0
(225,193,176)
#E7CDBE
(231,205,190)
#EDD9CC
(237,217,204)
#F3E5DA
(243,229,218)
#F9F1E8
(249,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD795C color. Also use rgb(189,121,92) instead hex code.

Text Font Color

.myTextColor { color: #BD795C; }

<p style="color:#BD795C">This sample text font color is #BD795C.</p>

This text font color is #BD795C.


Background Color

.myBgColor { background-color: #BD795C; }

<div style="background-color:#BD795C">Inner text</div>

This div background color is #BD795C.


Border color

.myBorderColor { border: 1px solid #BD795C; }

<div style="border:3px solid #BD795C">Div</div>

This div border color is #BD795C.


Opacity

.myOpacity80 { color: #BD795C; opacity: 0.8; }

<p style="color:#BD795C;opacity:0.8;">80%</p>

Text with #BD795C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BD795C;}

<p style="text-shadow: 3px 3px 1px #BD795C">Text here.</p>

This text has shadow with #BD795C color.

.textShadow {text-shadow: 3px 3px 1px #BD795C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BD795C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BD795C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD795C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BD795C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BD795C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BD795C;
  -webkit-box-shadow:	1px 1px 3px 2px #BD795C;
  box-shadow:		1px 1px 3px 2px #BD795C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD795C;
-webkit-box-shadow: 1px 1px 3px 2px #BD795C;
box-shadow:1px 1px 3px 2px #BD795C;">
Div content here</div>
This div box has shadow with color #BD795C.

Preview

Color preview on black background

This text has color #BD795C on black background.


Color preview on white background

This text has color #BD795C on white background.



Black color preview on #BD795C background

This text has black color on #BD795C background.


White color preview on #BD795C background

This text has white color on #BD795C background.