#BBA84E

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

Shades of Sundance #BBA84E

Tints of Sundance #BBA84E

Color information

#BBA84E (or 0xBBA84E) is unknown color: approx Sundance. HEX triplet: BB, A8 and 4E. RGB value is (187,168,78). Sum of RGB (Red+Green+Blue) = 187+168+78=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA84E is #4457B1. Grayscale: #A3A3A3. Windows color (decimal): -4478898 or 5155003. OLE color: 5155003.

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

Color convert

RGB18716878-
CMYK00.100.580.27
HSL49.54º44.49%51.96%-
HSV(B)49.54º58.29%73.33%-
XYZ35.8739.1212.87-
YUV163.4279.79144.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=43.19%
G=38.80%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871687800.100.580.2749.5444.4951.96
HexBBA84E0A3A1B322c34
Octal2732501160127233625464
Binary101110111010100010011100101011101011011110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA84E; }

 p { color: rgb(187,168,78); }

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

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

 a { background-color: rgb(187,168,78); }

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

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

 span { border-color: rgb(187,168,78); }

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