#BAA754

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

Shades of Sundance #BAA754

Tints of Sundance #BAA754

Color information

#BAA754 (or 0xBAA754) is unknown color: approx Sundance. HEX triplet: BA, A7 and 54. RGB value is (186,167,84). Sum of RGB (Red+Green+Blue) = 186+167+84=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA754 is #4558AB. Grayscale: #A3A3A3. Windows color (decimal): -4544684 or 5547962. OLE color: 5547962.

HSL color Cylindrical-coordinate representation of color #BAA754: hue angle of 48.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAA754 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18616784-
CMYK00.100.550.27
HSL48.82º42.5%52.94%-
HSV(B)48.82º54.84%72.94%-
XYZ35.6738.7213.98-
YUV163.2283.29144.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=42.56%
G=38.22%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861678400.100.550.2748.8242.552.94
HexBAA7540A371B312a35
Octal2722471240126733615265
Binary101110101010011110101000101011011111011110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA754; }

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

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

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

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

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

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

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

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