Html Css Color HEX #BA534B Chestnut

📋 copy color: '#BA534B'

red 186 ◦ green 83 ◦ blue 75

#BA534B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #BA534B

Tints of Chestnut #BA534B

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.8%

R = 54.07%
G = 24.13%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA534B (or 0xBA534B) is known color: 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

RGB 186 83 75 -
CMYK 0 0.55 0.60 0.27
HSL 4.32º 0.45% 0.51% -
HSV(B) 4.32º 0.6% 0.73% -
XYZ 24.61 17.13 8.67 -
YUV 112.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 186 83 75 0 0.55 0.60 0.27 4.32 0.45 0.51
Hex BA 53 4B 0 37 3C 1B 4 2D 33
Octal 272 123 113 0 67 74 33 4 55 63
Binary 10111010 1010011 1001011 0 110111 111100 11011 100 101101 110011

Color Harmonies of #BA534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA534B

Black with #BA534B

Text Example


Text Example

White with #BA534B

Text Example


Text Example

HTML Codes & Css Web 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>