Html Css Color HEX #BA4F45 Chestnut

📋 copy color: '#BA4F45'

red 186 ◦ green 79 ◦ blue 69

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

Shades of Chestnut #BA4F45

Tints of Chestnut #BA4F45

RGB

 RED value IS 186 (73.05% from 255) = 55.69%

 GREEN value IS 79 (31.25% from 255) = 23.65%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 55.69%
G = 23.65%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4F45 (or 0xBA4F45) is known color: Chestnut. HEX triplet: BA, 4F and 45. RGB value is (186,79,69). Sum of RGB (Red+Green+Blue) = 186+79+69=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F45 is #45B0BA. Grayscale: #6E6E6E. Windows color (decimal): -4567227 or 4542394. OLE color: 4542394.

HSL color Cylindrical-coordinate representation of color #BA4F45: hue angle of 5.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4F45 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 69 -
CMYK 0 0.58 0.63 0.27
HSL 5.13º 0.46% 0.5% -
HSV(B) 5.13º 0.63% 0.73% -
XYZ 24.12 16.46 7.54 -
YUV 109.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 186 79 69 0 0.58 0.63 0.27 5.13 0.46 0.5
Hex BA 4F 45 0 3A 3F 1B 5 2E 32
Octal 272 117 105 0 72 77 33 5 56 62
Binary 10111010 1001111 1000101 0 111010 111111 11011 101 101110 110010

Color Harmonies of #BA4F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F45

Black with #BA4F45

Text Example


Text Example

White with #BA4F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F45; }

 p { color: rgb(186,79,69); }

 H1.HeaderClassName
 {
   color: #BA4F45;
 }
 .AnyTagClassName
 {
   color: #BA4F45;
 }
</style>

background-color css

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

 a { background-color: rgb(186,79,69); }

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

border-color css

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

 span { border-color: rgb(186,79,69); }

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