#BA564B

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

Shades of Sunset #BA564B

Tints of Sunset #BA564B

Color information

#BA564B (or 0xBA564B) is unknown color: approx Sunset. HEX triplet: BA, 56 and 4B. RGB value is (186,86,75). Sum of RGB (Red+Green+Blue) = 186+86+75=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA564B is #45A9B4. Grayscale: #727272. Windows color (decimal): -4565429 or 4937402. OLE color: 4937402.

HSL color Cylindrical-coordinate representation of color #BA564B: hue angle of 5.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA564B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1868675-
CMYK00.540.600.27
HSL5.95º44.58%51.18%-
HSV(B)5.95º59.68%72.94%-
XYZ24.8517.68.74-
YUV114.65105.63178.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=53.60%
G=24.78%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186867500.540.600.275.9544.5851.18
HexBA564B0363C1B62d33
Octal272126113066743365563
Binary1011101010101101001011011011011110011011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA564B; }

 p { color: rgb(186,86,75); }

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

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

 a { background-color: rgb(186,86,75); }

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

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

 span { border-color: rgb(186,86,75); }

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