#BBB474

Color #BBB474 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBB474

Tints of Dark Khaki #BBB474

Color information

#BBB474 (or 0xBBB474) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 74. RGB value is (187,180,116). Sum of RGB (Red+Green+Blue) = 187+180+116=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB474 is #444B8B. Grayscale: #AFAFAF. Windows color (decimal): -4475788 or 7648443. OLE color: 7648443.

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

Color convert

RGB187180116-
CMYK00.040.380.27
HSL54.08º34.3%59.41%-
HSV(B)54.08º37.97%73.33%-
XYZ39.9744.4723-
YUV174.894.82136.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=38.72%
G=37.27%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718011600.040.380.2754.0834.359.41
HexBBB47404261B36223b
Octal273264164044633664273
Binary10111011101101001110100010010011011011110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB474; }

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

 H1.HeaderClassName
 {
   color: #BBB474;
 }
 .AnyTagClassName
 {
   color: #BBB474;
 }
</style>
background-color css

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

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

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

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

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

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