Html Css Color HEX #BBB16B Dark Khaki

📋 copy color: '#BBB16B'

red 187 ◦ green 177 ◦ blue 107

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

Shades of Dark Khaki #BBB16B

Tints of Dark Khaki #BBB16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 39.7%
G = 37.58%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBB16B (or 0xBBB16B) is known color: Dark Khaki. HEX triplet: BB, B1 and 6B. RGB value is (187,177,107). Sum of RGB (Red+Green+Blue) = 187+177+107=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB16B is #444E94. Grayscale: #ACACAC. Windows color (decimal): -4476565 or 7057851. OLE color: 7057851.

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

Color convert

RGB 187 177 107 -
CMYK 0 0.05 0.43 0.27
HSL 52.5º 0.37% 0.58% -
HSV(B) 52.5º 0.43% 0.73% -
XYZ 38.87 43.07 20.17 -
YUV 172.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 187 177 107 0 0.05 0.43 0.27 52.5 0.37 0.58
Hex BB B1 6B 0 5 2B 1B 34 25 3A
Octal 273 261 153 0 5 53 33 64 45 72
Binary 10111011 10110001 1101011 0 101 101011 11011 110100 100101 111010

Color Harmonies of #BBB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB16B

Black with #BBB16B

Text Example


Text Example

White with #BBB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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