Html Css Color HEX #BBB76A Dark Khaki

📋 copy color: '#BBB76A'

red 187 ◦ green 183 ◦ blue 106

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

Shades of Dark Khaki #BBB76A

Tints of Dark Khaki #BBB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.45%

 BLUE value IS 106 (41.8% from 255) = 22.27%

R = 39.29%
G = 38.45%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BBB76A (or 0xBBB76A) is known color: Dark Khaki. HEX triplet: BB, B7 and 6A. RGB value is (187,183,106). Sum of RGB (Red+Green+Blue) = 187+183+106=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB76A is #444895. Grayscale: #AFAFAF. Windows color (decimal): -4475030 or 6993851. OLE color: 6993851.

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

Color convert

RGB 187 183 106 -
CMYK 0 0.02 0.43 0.27
HSL 57.04º 0.37% 0.57% -
HSV(B) 57.04º 0.43% 0.73% -
XYZ 40.03 45.47 20.3 -
YUV 175.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 187 183 106 0 0.02 0.43 0.27 57.04 0.37 0.57
Hex BB B7 6A 0 2 2B 1B 39 25 39
Octal 273 267 152 0 2 53 33 71 45 71
Binary 10111011 10110111 1101010 0 10 101011 11011 111001 100101 111001

Color Harmonies of #BBB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB76A

Black with #BBB76A

Text Example


Text Example

White with #BBB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB76A; }

 p { color: rgb(187,183,106); }

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

background-color css

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

 a { background-color: rgb(187,183,106); }

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

border-color css

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

 span { border-color: rgb(187,183,106); }

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