#BBAF52

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

Shades of Sundance #BBAF52

Tints of Sundance #BBAF52

Color information

#BBAF52 (or 0xBBAF52) is unknown color: approx Sundance. HEX triplet: BB, AF and 52. RGB value is (187,175,82). Sum of RGB (Red+Green+Blue) = 187+175+82=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF52 is #4450AD. Grayscale: #A8A8A8. Windows color (decimal): -4477102 or 5418939. OLE color: 5418939.

HSL color Cylindrical-coordinate representation of color #BBAF52: hue angle of 53.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 #BBAF52 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18717582-
CMYK00.060.560.27
HSL53.14º43.57%52.75%-
HSV(B)53.14º56.15%73.33%-
XYZ37.3541.8314.09-
YUV167.9979.48141.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=42.12%
G=39.41%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871758200.060.560.2753.1443.5752.75
HexBBAF5206381B352c35
Octal273257122067033655465
Binary10111011101011111010010011011100011011110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF52; }

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

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

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

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

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

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

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

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