#BBA24E

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

Shades of Sundance #BBA24E

Tints of Sundance #BBA24E

Color information

#BBA24E (or 0xBBA24E) is unknown color: approx Sundance. HEX triplet: BB, A2 and 4E. RGB value is (187,162,78). Sum of RGB (Red+Green+Blue) = 187+162+78=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA24E is #445DB1. Grayscale: #A0A0A0. Windows color (decimal): -4480434 or 5153467. OLE color: 5153467.

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

Color convert

RGB18716278-
CMYK00.130.580.27
HSL46.24º44.49%51.96%-
HSV(B)46.24º58.29%73.33%-
XYZ34.7936.9612.51-
YUV159.981.78147.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=43.79%
G=37.94%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871627800.130.580.2746.2444.4951.96
HexBBA24E0D3A1B2e2c34
Octal2732421160157233565464
Binary101110111010001010011100110111101011011101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA24E; }

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

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

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

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

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

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

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

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