Html Css Color HEX #BA4F3F Chestnut

📋 copy color: '#BA4F3F'

red 186 ◦ green 79 ◦ blue 63

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

Shades of Chestnut #BA4F3F

Tints of Chestnut #BA4F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 56.71%
G = 24.09%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA4F3F (or 0xBA4F3F) is known color: Chestnut. HEX triplet: BA, 4F and 3F. RGB value is (186,79,63). Sum of RGB (Red+Green+Blue) = 186+79+63=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F3F is #45B0C0. Grayscale: #6D6D6D. Windows color (decimal): -4567233 or 4149178. OLE color: 4149178.

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

Color convert

RGB 186 79 63 -
CMYK 0 0.58 0.66 0.27
HSL 7.8º 0.49% 0.49% -
HSV(B) 7.8º 0.66% 0.73% -
XYZ 23.94 16.39 6.6 -
YUV 109.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 186 79 63 0 0.58 0.66 0.27 7.8 0.49 0.49
Hex BA 4F 3F 0 3A 42 1B 8 31 31
Octal 272 117 77 0 72 102 33 10 61 61
Binary 10111010 1001111 111111 0 111010 1000010 11011 1000 110001 110001

Color Harmonies of #BA4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F3F

Black with #BA4F3F

Text Example


Text Example

White with #BA4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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