Html Css Color HEX #BBB66F Dark Khaki

📋 copy color: '#BBB66F'

red 187 ◦ green 182 ◦ blue 111

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

Shades of Dark Khaki #BBB66F

Tints of Dark Khaki #BBB66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.92%

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

R = 38.96%
G = 37.92%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BBB66F (or 0xBBB66F) is known color: Dark Khaki. HEX triplet: BB, B6 and 6F. RGB value is (187,182,111). Sum of RGB (Red+Green+Blue) = 187+182+111=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB66F is #444990. Grayscale: #AFAFAF. Windows color (decimal): -4475281 or 7321275. OLE color: 7321275.

HSL color Cylindrical-coordinate representation of color #BBB66F: hue angle of 56.05º 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 #BBB66F is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 111 -
CMYK 0 0.03 0.41 0.27
HSL 56.05º 0.36% 0.58% -
HSV(B) 56.05º 0.41% 0.73% -
XYZ 40.09 45.17 21.64 -
YUV 175.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 187 182 111 0 0.03 0.41 0.27 56.05 0.36 0.58
Hex BB B6 6F 0 3 29 1B 38 24 3A
Octal 273 266 157 0 3 51 33 70 44 72
Binary 10111011 10110110 1101111 0 11 101001 11011 111000 100100 111010

Color Harmonies of #BBB66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB66F

Black with #BBB66F

Text Example


Text Example

White with #BBB66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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