#BA524B

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

Shades of Chestnut #BA524B

Tints of Chestnut #BA524B

Color information

#BA524B (or 0xBA524B) is unknown color: approx Chestnut. HEX triplet: BA, 52 and 4B. RGB value is (186,82,75). Sum of RGB (Red+Green+Blue) = 186+82+75=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA524B is #45ADB4. Grayscale: #707070. Windows color (decimal): -4566453 or 4936378. OLE color: 4936378.

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

Color convert

RGB1868275-
CMYK00.560.600.27
HSL3.78º44.58%51.18%-
HSV(B)3.78º59.68%72.94%-
XYZ24.5416.988.64-
YUV112.3106.96180.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=54.23%
G=23.91%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186827500.560.600.273.7844.5851.18
HexBA524B0383C1B42d33
Octal272122113070743345563
Binary1011101010100101001011011100011110011011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA524B; }

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

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

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

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

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

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

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

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