Html Css Color HEX #BA4343 Chestnut

📋 copy color: '#BA4343'

red 186 ◦ green 67 ◦ blue 67

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

Shades of Chestnut #BA4343

Tints of Chestnut #BA4343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 58.13%
G = 20.94%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4343 (or 0xBA4343) is known color: Chestnut. HEX triplet: BA, 43 and 43. RGB value is (186,67,67). Sum of RGB (Red+Green+Blue) = 186+67+67=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4343 is #45BCBC. Grayscale: #666666. Windows color (decimal): -4570301 or 4408250. OLE color: 4408250.

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

Color convert

RGB 186 67 67 -
CMYK 0 0.64 0.64 0.27
HSL 0.47% 0.5% -
HSV(B) 0.64% 0.73% -
XYZ 23.27 14.86 6.95 -
YUV 102.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 186 67 67 0 0.64 0.64 0.27 0 0.47 0.5
Hex BA 43 43 0 40 40 1B 0 2F 32
Octal 272 103 103 0 100 100 33 0 57 62
Binary 10111010 1000011 1000011 0 1000000 1000000 11011 0 101111 110010

Color Harmonies of #BA4343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4343

Black with #BA4343

Text Example


Text Example

White with #BA4343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4343; }

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

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

background-color css

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

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

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

border-color css

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

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

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