Html Css Color HEX #BBB66B Dark Khaki

📋 copy color: '#BBB66B'

red 187 ◦ green 182 ◦ blue 107

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

Shades of Dark Khaki #BBB66B

Tints of Dark Khaki #BBB66B

RGB

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

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

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

R = 39.29%
G = 38.24%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBB66B (or 0xBBB66B) is known color: Dark Khaki. HEX triplet: BB, B6 and 6B. RGB value is (187,182,107). Sum of RGB (Red+Green+Blue) = 187+182+107=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB66B is #444994. Grayscale: #AFAFAF. Windows color (decimal): -4475285 or 7059131. OLE color: 7059131.

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

Color convert

RGB 187 182 107 -
CMYK 0 0.03 0.43 0.27
HSL 56.25º 0.37% 0.58% -
HSV(B) 56.25º 0.43% 0.73% -
XYZ 39.88 45.08 20.51 -
YUV 174.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 187 182 107 0 0.03 0.43 0.27 56.25 0.37 0.58
Hex BB B6 6B 0 3 2B 1B 38 25 3A
Octal 273 266 153 0 3 53 33 70 45 72
Binary 10111011 10110110 1101011 0 11 101011 11011 111000 100101 111010

Color Harmonies of #BBB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB66B

Black with #BBB66B

Text Example


Text Example

White with #BBB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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