#BAA751

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

Shades of Sundance #BAA751

Tints of Sundance #BAA751

Color information

#BAA751 (or 0xBAA751) is unknown color: approx Sundance. HEX triplet: BA, A7 and 51. RGB value is (186,167,81). Sum of RGB (Red+Green+Blue) = 186+167+81=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA751 is #4558AE. Grayscale: #A3A3A3. Windows color (decimal): -4544687 or 5351354. OLE color: 5351354.

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

Color convert

RGB18616781-
CMYK00.100.560.27
HSL49.14º43.21%52.35%-
HSV(B)49.14º56.45%72.94%-
XYZ35.5538.6713.37-
YUV162.8881.79144.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 81 (32.03% from 255) = 18.66%
R=42.86%
G=38.48%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861678100.100.560.2749.1443.2152.35
HexBAA7510A381B312b34
Octal2722471210127033615364
Binary101110101010011110100010101011100011011110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA751; }

 p { color: rgb(186,167,81); }

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

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

 a { background-color: rgb(186,167,81); }

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

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

 span { border-color: rgb(186,167,81); }

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