Html Css Color HEX #BCBB71 Dark Khaki

📋 copy color: '#BCBB71'

red 188 ◦ green 187 ◦ blue 113

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

Shades of Dark Khaki #BCBB71

Tints of Dark Khaki #BCBB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 38.52%
G = 38.32%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCBB71 (or 0xBCBB71) is known color: Dark Khaki. HEX triplet: BC, BB and 71. RGB value is (188,187,113). Sum of RGB (Red+Green+Blue) = 188+187+113=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB71 is #43448E. Grayscale: #B3B3B3. Windows color (decimal): -4408463 or 7453628. OLE color: 7453628.

HSL color Cylindrical-coordinate representation of color #BCBB71: hue angle of 59.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCBB71 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 113 -
CMYK 0 0.01 0.40 0.26
HSL 59.2º 0.36% 0.59% -
HSV(B) 59.2º 0.4% 0.74% -
XYZ 41.49 47.42 22.59 -
YUV 178.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 188 187 113 0 0.01 0.40 0.26 59.2 0.36 0.59
Hex BC BB 71 0 1 28 1A 3B 24 3B
Octal 274 273 161 0 1 50 32 73 44 73
Binary 10111100 10111011 1110001 0 1 101000 11010 111011 100100 111011

Color Harmonies of #BCBB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB71

Black with #BCBB71

Text Example


Text Example

White with #BCBB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB71; }

 p { color: rgb(188,187,113); }

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

background-color css

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

 a { background-color: rgb(188,187,113); }

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

border-color css

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

 span { border-color: rgb(188,187,113); }

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