#BA534B

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

Shades of Chestnut #BA534B

Tints of Chestnut #BA534B

Color information

#BA534B (or 0xBA534B) is unknown color: approx Chestnut. HEX triplet: BA, 53 and 4B. RGB value is (186,83,75). Sum of RGB (Red+Green+Blue) = 186+83+75=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA534B is #45ACB4. Grayscale: #717171. Windows color (decimal): -4566197 or 4936634. OLE color: 4936634.

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

Color convert

RGB1868375-
CMYK00.550.600.27
HSL4.32º44.58%51.18%-
HSV(B)4.32º59.68%72.94%-
XYZ24.6117.138.67-
YUV112.88106.62180.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=54.07%
G=24.13%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186837500.550.600.274.3244.5851.18
HexBA534B0373C1B42d33
Octal272123113067743345563
Binary1011101010100111001011011011111110011011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA534B; }

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

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

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

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

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

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

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

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