Html Css Color HEX #BA4646 Chestnut

📋 copy color: '#BA4646'

red 186 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #BA4646

Tints of Chestnut #BA4646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 57.06%
G = 21.47%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4646 (or 0xBA4646) is known color: Chestnut. HEX triplet: BA, 46 and 46. RGB value is (186,70,70). Sum of RGB (Red+Green+Blue) = 186+70+70=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4646 is #45B9B9. Grayscale: #686868. Windows color (decimal): -4569530 or 4605626. OLE color: 4605626.

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

Color convert

RGB 186 70 70 -
CMYK 0 0.62 0.62 0.27
HSL 0.46% 0.5% -
HSV(B) 0.62% 0.73% -
XYZ 23.55 15.26 7.5 -
YUV 104.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 186 70 70 0 0.62 0.62 0.27 0 0.46 0.5
Hex BA 46 46 0 3E 3E 1B 0 2E 32
Octal 272 106 106 0 76 76 33 0 56 62
Binary 10111010 1000110 1000110 0 111110 111110 11011 0 101110 110010

Color Harmonies of #BA4646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4646

Black with #BA4646

Text Example


Text Example

White with #BA4646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4646; }

 p { color: rgb(186,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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