Html Css Color HEX #BBBB71 Dark Khaki

📋 copy color: '#BBBB71'

red 187 ◦ green 187 ◦ blue 113

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

Shades of Dark Khaki #BBBB71

Tints of Dark Khaki #BBBB71

RGB

 RED value IS 187 (73.44% from 255) = 38.4%

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

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

R = 38.4%
G = 38.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBBB71 (or 0xBBBB71) is known color: Dark Khaki. HEX triplet: BB, BB and 71. RGB value is (187,187,113). Sum of RGB (Red+Green+Blue) = 187+187+113=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB71 is #44448E. Grayscale: #B2B2B2. Windows color (decimal): -4473999 or 7453627. OLE color: 7453627.

HSL color Cylindrical-coordinate representation of color #BBBB71: hue angle of 60º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBBB71 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 113 -
CMYK 0 0 0.40 0.27
HSL 60º 0.35% 0.59% -
HSV(B) 60º 0.4% 0.73% -
XYZ 41.24 47.3 22.58 -
YUV 178.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 187 187 113 0 0 0.40 0.27 60 0.35 0.59
Hex BB BB 71 0 0 28 1B 3C 23 3B
Octal 273 273 161 0 0 50 33 74 43 73
Binary 10111011 10111011 1110001 0 0 101000 11011 111100 100011 111011

Color Harmonies of #BBBB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB71

Black with #BBBB71

Text Example


Text Example

White with #BBBB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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