Html Css Color HEX #BBB376 Dark Khaki

📋 copy color: '#BBB376'

red 187 ◦ green 179 ◦ blue 118

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

Shades of Dark Khaki #BBB376

Tints of Dark Khaki #BBB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 38.64%
G = 36.98%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBB376 (or 0xBBB376) is known color: Dark Khaki. HEX triplet: BB, B3 and 76. RGB value is (187,179,118). Sum of RGB (Red+Green+Blue) = 187+179+118=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB376 is #444C89. Grayscale: #AEAEAE. Windows color (decimal): -4476042 or 7779259. OLE color: 7779259.

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

Color convert

RGB 187 179 118 -
CMYK 0 0.04 0.37 0.27
HSL 53.04º 0.34% 0.6% -
HSV(B) 53.04º 0.37% 0.73% -
XYZ 39.88 44.11 23.55 -
YUV 174.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 187 179 118 0 0.04 0.37 0.27 53.04 0.34 0.6
Hex BB B3 76 0 4 25 1B 35 22 3C
Octal 273 263 166 0 4 45 33 65 42 74
Binary 10111011 10110011 1110110 0 100 100101 11011 110101 100010 111100

Color Harmonies of #BBB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB376

Black with #BBB376

Text Example


Text Example

White with #BBB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB376; }

 p { color: rgb(187,179,118); }

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

background-color css

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

 a { background-color: rgb(187,179,118); }

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

border-color css

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

 span { border-color: rgb(187,179,118); }

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