#BBA454

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

Shades of Sundance #BBA454

Tints of Sundance #BBA454

Color information

#BBA454 (or 0xBBA454) is unknown color: approx Sundance. HEX triplet: BB, A4 and 54. RGB value is (187,164,84). Sum of RGB (Red+Green+Blue) = 187+164+84=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA454 is #445BAB. Grayscale: #A2A2A2. Windows color (decimal): -4479916 or 5547195. OLE color: 5547195.

HSL color Cylindrical-coordinate representation of color #BBA454: hue angle of 46.6º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBA454 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18716484-
CMYK00.120.550.27
HSL46.6º43.1%53.14%-
HSV(B)46.6º55.08%73.33%-
XYZ35.3737.7613.81-
YUV161.7684.12146-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 19.31%
R=42.99%
G=37.70%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871648400.120.550.2746.643.153.14
HexBBA4540C371B2f2b35
Octal2732441240146733575365
Binary101110111010010010101000110011011111011101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA454; }

 p { color: rgb(187,164,84); }

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

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

 a { background-color: rgb(187,164,84); }

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

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

 span { border-color: rgb(187,164,84); }

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