#B9A452

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

Shades of Sundance #B9A452

Tints of Sundance #B9A452

Color information

#B9A452 (or 0xB9A452) is unknown color: approx Sundance. HEX triplet: B9, A4 and 52. RGB value is (185,164,82). Sum of RGB (Red+Green+Blue) = 185+164+82=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A452 is #465BAD. Grayscale: #A1A1A1. Windows color (decimal): -4610990 or 5416121. OLE color: 5416121.

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

Color convert

RGB18516482-
CMYK00.110.560.27
HSL47.77º42.39%52.35%-
HSV(B)47.77º55.68%72.55%-
XYZ34.8137.4713.38-
YUV160.9383.46145.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=42.92%
G=38.05%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851648200.110.560.2747.7742.3952.35
HexB9A4520B381B302a34
Octal2712441220137033605264
Binary101110011010010010100100101111100011011110000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A452; }

 p { color: rgb(185,164,82); }

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

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

 a { background-color: rgb(185,164,82); }

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

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

 span { border-color: rgb(185,164,82); }

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