Html Css Color HEX #BBB374 Dark Khaki

📋 copy color: '#BBB374'

red 187 ◦ green 179 ◦ blue 116

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

Shades of Dark Khaki #BBB374

Tints of Dark Khaki #BBB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 38.8%
G = 37.14%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBB374 (or 0xBBB374) is known color: Dark Khaki. HEX triplet: BB, B3 and 74. RGB value is (187,179,116). Sum of RGB (Red+Green+Blue) = 187+179+116=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB374 is #444C8B. Grayscale: #AEAEAE. Windows color (decimal): -4476044 or 7648187. OLE color: 7648187.

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

Color convert

RGB 187 179 116 -
CMYK 0 0.04 0.38 0.27
HSL 53.24º 0.34% 0.59% -
HSV(B) 53.24º 0.38% 0.73% -
XYZ 39.77 44.07 22.93 -
YUV 174.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 187 179 116 0 0.04 0.38 0.27 53.24 0.34 0.59
Hex BB B3 74 0 4 26 1B 35 22 3B
Octal 273 263 164 0 4 46 33 65 42 73
Binary 10111011 10110011 1110100 0 100 100110 11011 110101 100010 111011

Color Harmonies of #BBB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB374

Black with #BBB374

Text Example


Text Example

White with #BBB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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