#BAAF4D

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

Shades of Sundance #BAAF4D

Tints of Sundance #BAAF4D

Color information

#BAAF4D (or 0xBAAF4D) is unknown color: approx Sundance. HEX triplet: BA, AF and 4D. RGB value is (186,175,77). Sum of RGB (Red+Green+Blue) = 186+175+77=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF4D is #4550B2. Grayscale: #A7A7A7. Windows color (decimal): -4542643 or 5091258. OLE color: 5091258.

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

Color convert

RGB18617577-
CMYK00.060.590.27
HSL53.94º44.13%51.57%-
HSV(B)53.94º58.6%72.94%-
XYZ36.9241.6313.11-
YUV167.1277.14141.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=42.47%
G=39.95%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861757700.060.590.2753.9444.1351.57
HexBAAF4D063B1B362c34
Octal272257115067333665464
Binary10111010101011111001101011011101111011110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF4D; }

 p { color: rgb(186,175,77); }

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

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

 a { background-color: rgb(186,175,77); }

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

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

 span { border-color: rgb(186,175,77); }

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