Html Css Color HEX #BCB576 Dark Khaki

📋 copy color: '#BCB576'

red 188 ◦ green 181 ◦ blue 118

#BCB576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BCB576

Tints of Dark Khaki #BCB576

RGB

 RED value IS 188 (73.83% from 255) = 38.6%

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 38.6%
G = 37.17%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCB576 (or 0xBCB576) is known color: Dark Khaki. HEX triplet: BC, B5 and 76. RGB value is (188,181,118). Sum of RGB (Red+Green+Blue) = 188+181+118=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB576 is #434A89. Grayscale: #B0B0B0. Windows color (decimal): -4409994 or 7779772. OLE color: 7779772.

HSL color Cylindrical-coordinate representation of color #BCB576: hue angle of 54º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB576 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 118 -
CMYK 0 0.04 0.37 0.26
HSL 54º 0.34% 0.6% -
HSV(B) 54º 0.37% 0.74% -
XYZ 40.53 45.05 23.7 -
YUV 175.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 188 181 118 0 0.04 0.37 0.26 54 0.34 0.6
Hex BC B5 76 0 4 25 1A 36 22 3C
Octal 274 265 166 0 4 45 32 66 42 74
Binary 10111100 10110101 1110110 0 100 100101 11010 110110 100010 111100

Color Harmonies of #BCB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB576

Black with #BCB576

Text Example


Text Example

White with #BCB576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB576; }

 p { color: rgb(188,181,118); }

 H1.HeaderClassName
 {
   color: #BCB576;
 }
 .AnyTagClassName
 {
   color: #BCB576;
 }
</style>

background-color css

<style>
 a { background-color: #BCB576; }

 a { background-color: rgb(188,181,118); }

 div.DivClassName
 {
   background-color: #BCB576;
 }
 .BgClassName
 {
   background-color: #BCB576;
 }
</style>

border-color css

<style>
 span { border-color: #BCB576; }

 span { border-color: rgb(188,181,118); }

 td.TdClassName
 {
   border-color: #BCB576;
 }
 .TagClassName
 {
   border-color: #BCB576;
 }
</style>