#BBBA74

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

Shades of Dark Khaki #BBBA74

Tints of Dark Khaki #BBBA74

Color information

#BBBA74 (or 0xBBBA74) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 74. RGB value is (187,186,116). Sum of RGB (Red+Green+Blue) = 187+186+116=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA74 is #44458B. Grayscale: #B2B2B2. Windows color (decimal): -4474252 or 7649979. OLE color: 7649979.

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

Color convert

RGB187186116-
CMYK00.010.380.27
HSL59.15º34.3%59.41%-
HSV(B)59.15º37.97%73.33%-
XYZ41.246.9423.41-
YUV178.3292.83134.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=38.24%
G=38.04%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718611600.010.380.2759.1534.359.41
HexBBBA7401261B3b223b
Octal273272164014633734273
Binary101110111011101011101000110011011011111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA74; }

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

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

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

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

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

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

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

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