Html Css Color HEX #BBBC71 Dark Khaki

📋 copy color: '#BBBC71'

red 187 ◦ green 188 ◦ blue 113

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

Shades of Dark Khaki #BBBC71

Tints of Dark Khaki #BBBC71

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BBBC71: hue angle of 60.8º 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 #BBBC71 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 113 -
CMYK 0.01 0 0.40 0.26
HSL 60.8º 0.36% 0.59% -
HSV(B) 60.8º 0.4% 0.74% -
XYZ 41.46 47.72 22.65 -
YUV 179.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 187 188 113 0.01 0 0.40 0.26 60.8 0.36 0.59
Hex BB BC 71 1 0 28 1A 3D 24 3B
Octal 273 274 161 1 0 50 32 75 44 73
Binary 10111011 10111100 1110001 1 0 101000 11010 111101 100100 111011

Color Harmonies of #BBBC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC71

Black with #BBBC71

Text Example


Text Example

White with #BBBC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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