#BAAB52

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

Shades of Sundance #BAAB52

Tints of Sundance #BAAB52

Color information

#BAAB52 (or 0xBAAB52) is unknown color: approx Sundance. HEX triplet: BA, AB and 52. RGB value is (186,171,82). Sum of RGB (Red+Green+Blue) = 186+171+82=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB52 is #4554AD. Grayscale: #A5A5A5. Windows color (decimal): -4543662 or 5417914. OLE color: 5417914.

HSL color Cylindrical-coordinate representation of color #BAAB52: hue angle of 51.35º degrees, saturation: 0.43, 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 #BAAB52 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18617182-
CMYK00.080.560.27
HSL51.35º42.98%52.55%-
HSV(B)51.35º55.91%72.94%-
XYZ36.3440.1713.82-
YUV165.3480.97142.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=42.37%
G=38.95%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718200.080.560.2751.3542.9852.55
HexBAAB5208381B332b35
Octal2722531220107033635365
Binary101110101010101110100100100011100011011110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB52; }

 p { color: rgb(186,171,82); }

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

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

 a { background-color: rgb(186,171,82); }

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

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

 span { border-color: rgb(186,171,82); }

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