#BAAD4F

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

Shades of Sundance #BAAD4F

Tints of Sundance #BAAD4F

Color information

#BAAD4F (or 0xBAAD4F) is unknown color: approx Sundance. HEX triplet: BA, AD and 4F. RGB value is (186,173,79). Sum of RGB (Red+Green+Blue) = 186+173+79=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD4F is #4552B0. Grayscale: #A6A6A6. Windows color (decimal): -4543153 or 5221818. OLE color: 5221818.

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

Color convert

RGB18617379-
CMYK00.070.580.27
HSL52.71º43.67%51.96%-
HSV(B)52.71º57.53%72.94%-
XYZ36.640.8913.36-
YUV166.1778.81142.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=42.47%
G=39.50%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861737900.070.580.2752.7143.6751.96
HexBAAD4F073A1B352c34
Octal272255117077233655464
Binary10111010101011011001111011111101011011110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD4F; }

 p { color: rgb(186,173,79); }

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

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

 a { background-color: rgb(186,173,79); }

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

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

 span { border-color: rgb(186,173,79); }

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