Html Css Color HEX #BA4F44 Chestnut

📋 copy color: '#BA4F44'

red 186 ◦ green 79 ◦ blue 68

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

Shades of Chestnut #BA4F44

Tints of Chestnut #BA4F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 55.86%
G = 23.72%
B = 20.42%

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

#BA4F44 (or 0xBA4F44) is known color: Chestnut. HEX triplet: BA, 4F and 44. RGB value is (186,79,68). Sum of RGB (Red+Green+Blue) = 186+79+68=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F44 is #45B0BB. Grayscale: #6D6D6D. Windows color (decimal): -4567228 or 4476858. OLE color: 4476858.

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

Color convert

RGB 186 79 68 -
CMYK 0 0.58 0.63 0.27
HSL 5.59º 0.46% 0.5% -
HSV(B) 5.59º 0.63% 0.73% -
XYZ 24.09 16.45 7.37 -
YUV 109.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 186 79 68 0 0.58 0.63 0.27 5.59 0.46 0.5
Hex BA 4F 44 0 3A 3F 1B 6 2E 32
Octal 272 117 104 0 72 77 33 6 56 62
Binary 10111010 1001111 1000100 0 111010 111111 11011 110 101110 110010

Color Harmonies of #BA4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F44

Black with #BA4F44

Text Example


Text Example

White with #BA4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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