Html Css Color HEX #BBB06F Dark Khaki

📋 copy color: '#BBB06F'

red 187 ◦ green 176 ◦ blue 111

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

Shades of Dark Khaki #BBB06F

Tints of Dark Khaki #BBB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 39.45%
G = 37.13%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBB06F (or 0xBBB06F) is known color: Dark Khaki. HEX triplet: BB, B0 and 6F. RGB value is (187,176,111). Sum of RGB (Red+Green+Blue) = 187+176+111=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB06F is #444F90. Grayscale: #ACACAC. Windows color (decimal): -4476817 or 7319739. OLE color: 7319739.

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

Color convert

RGB 187 176 111 -
CMYK 0 0.06 0.41 0.27
HSL 51.32º 0.36% 0.58% -
HSV(B) 51.32º 0.41% 0.73% -
XYZ 38.89 42.76 21.24 -
YUV 171.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 187 176 111 0 0.06 0.41 0.27 51.32 0.36 0.58
Hex BB B0 6F 0 6 29 1B 33 24 3A
Octal 273 260 157 0 6 51 33 63 44 72
Binary 10111011 10110000 1101111 0 110 101001 11011 110011 100100 111010

Color Harmonies of #BBB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB06F

Black with #BBB06F

Text Example


Text Example

White with #BBB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB06F; }

 p { color: rgb(187,176,111); }

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

background-color css

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

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

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

border-color css

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

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

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