#BBA152

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

Shades of Sundance #BBA152

Tints of Sundance #BBA152

Color information

#BBA152 (or 0xBBA152) is unknown color: approx Sundance. HEX triplet: BB, A1 and 52. RGB value is (187,161,82). Sum of RGB (Red+Green+Blue) = 187+161+82=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA152 is #445EAD. Grayscale: #A0A0A0. Windows color (decimal): -4480686 or 5415355. OLE color: 5415355.

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

Color convert

RGB18716182-
CMYK00.140.560.27
HSL45.14º43.57%52.75%-
HSV(B)45.14º56.15%73.33%-
XYZ34.7636.6613.23-
YUV159.7784.11147.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=43.49%
G=37.44%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871618200.140.560.2745.1443.5752.75
HexBBA1520E381B2d2c35
Octal2732411220167033555465
Binary101110111010000110100100111011100011011101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA152; }

 p { color: rgb(187,161,82); }

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

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

 a { background-color: rgb(187,161,82); }

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

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

 span { border-color: rgb(187,161,82); }

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