Html Css Color HEX #BBB16D Dark Khaki

📋 copy color: '#BBB16D'

red 187 ◦ green 177 ◦ blue 109

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

Shades of Dark Khaki #BBB16D

Tints of Dark Khaki #BBB16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 39.53%
G = 37.42%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BBB16D (or 0xBBB16D) is known color: Dark Khaki. HEX triplet: BB, B1 and 6D. RGB value is (187,177,109). Sum of RGB (Red+Green+Blue) = 187+177+109=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB16D is #444E92. Grayscale: #ACACAC. Windows color (decimal): -4476563 or 7188923. OLE color: 7188923.

HSL color Cylindrical-coordinate representation of color #BBB16D: hue angle of 52.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBB16D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 109 -
CMYK 0 0.05 0.42 0.27
HSL 52.31º 0.36% 0.58% -
HSV(B) 52.31º 0.42% 0.73% -
XYZ 38.98 43.11 20.74 -
YUV 172.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 187 177 109 0 0.05 0.42 0.27 52.31 0.36 0.58
Hex BB B1 6D 0 5 2A 1B 34 24 3A
Octal 273 261 155 0 5 52 33 64 44 72
Binary 10111011 10110001 1101101 0 101 101010 11011 110100 100100 111010

Color Harmonies of #BBB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB16D

Black with #BBB16D

Text Example


Text Example

White with #BBB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB16D; }

 p { color: rgb(187,177,109); }

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

background-color css

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

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

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

border-color css

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

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

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