#BBA94D

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

Shades of Sundance #BBA94D

Tints of Sundance #BBA94D

Color information

#BBA94D (or 0xBBA94D) is unknown color: approx Sundance. HEX triplet: BB, A9 and 4D. RGB value is (187,169,77). Sum of RGB (Red+Green+Blue) = 187+169+77=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA94D is #4456B2. Grayscale: #A4A4A4. Windows color (decimal): -4478643 or 5089723. OLE color: 5089723.

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

Color convert

RGB18716977-
CMYK00.100.590.27
HSL50.18º44.72%51.76%-
HSV(B)50.18º58.82%73.33%-
XYZ36.0239.4812.74-
YUV163.8978.96144.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=43.19%
G=39.03%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871697700.100.590.2750.1844.7251.76
HexBBA94D0A3B1B322d34
Octal2732511150127333625564
Binary101110111010100110011010101011101111011110010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA94D; }

 p { color: rgb(187,169,77); }

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

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

 a { background-color: rgb(187,169,77); }

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

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

 span { border-color: rgb(187,169,77); }

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