Html Css Color HEX #BA4F48 Chestnut

📋 copy color: '#BA4F48'

red 186 ◦ green 79 ◦ blue 72

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

Shades of Chestnut #BA4F48

Tints of Chestnut #BA4F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 55.19%
G = 23.44%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4F48 (or 0xBA4F48) is known color: Chestnut. HEX triplet: BA, 4F and 48. RGB value is (186,79,72). Sum of RGB (Red+Green+Blue) = 186+79+72=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F48 is #45B0B7. Grayscale: #6E6E6E. Windows color (decimal): -4567224 or 4739002. OLE color: 4739002.

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

Color convert

RGB 186 79 72 -
CMYK 0 0.58 0.61 0.27
HSL 3.68º 0.45% 0.51% -
HSV(B) 3.68º 0.61% 0.73% -
XYZ 24.22 16.5 8.04 -
YUV 110.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 186 79 72 0 0.58 0.61 0.27 3.68 0.45 0.51
Hex BA 4F 48 0 3A 3D 1B 4 2D 33
Octal 272 117 110 0 72 75 33 4 55 63
Binary 10111010 1001111 1001000 0 111010 111101 11011 100 101101 110011

Color Harmonies of #BA4F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F48

Black with #BA4F48

Text Example


Text Example

White with #BA4F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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