#BBA24C

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

Shades of Sundance #BBA24C

Tints of Sundance #BBA24C

Color information

#BBA24C (or 0xBBA24C) is unknown color: approx Sundance. HEX triplet: BB, A2 and 4C. RGB value is (187,162,76). Sum of RGB (Red+Green+Blue) = 187+162+76=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA24C is #445DB3. Grayscale: #A0A0A0. Windows color (decimal): -4480436 or 5022395. OLE color: 5022395.

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

Color convert

RGB18716276-
CMYK00.130.590.27
HSL46.49º44.94%51.57%-
HSV(B)46.49º59.36%73.33%-
XYZ34.7236.9312.14-
YUV159.6780.78147.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=44%
G=38.12%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871627600.130.590.2746.4944.9451.57
HexBBA24C0D3B1B2e2d34
Octal2732421140157333565564
Binary101110111010001010011000110111101111011101110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA24C; }

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

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

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

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

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

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

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

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