Html Css Color HEX #BBB574 Dark Khaki

📋 copy color: '#BBB574'

red 187 ◦ green 181 ◦ blue 116

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

Shades of Dark Khaki #BBB574

Tints of Dark Khaki #BBB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 38.64%
G = 37.4%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBB574 (or 0xBBB574) is known color: Dark Khaki. HEX triplet: BB, B5 and 74. RGB value is (187,181,116). Sum of RGB (Red+Green+Blue) = 187+181+116=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB574 is #444A8B. Grayscale: #AFAFAF. Windows color (decimal): -4475532 or 7648699. OLE color: 7648699.

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

Color convert

RGB 187 181 116 -
CMYK 0 0.03 0.38 0.27
HSL 54.93º 0.34% 0.59% -
HSV(B) 54.93º 0.38% 0.73% -
XYZ 40.17 44.87 23.07 -
YUV 175.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 187 181 116 0 0.03 0.38 0.27 54.93 0.34 0.59
Hex BB B5 74 0 3 26 1B 37 22 3B
Octal 273 265 164 0 3 46 33 67 42 73
Binary 10111011 10110101 1110100 0 11 100110 11011 110111 100010 111011

Color Harmonies of #BBB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB574

Black with #BBB574

Text Example


Text Example

White with #BBB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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