Html Css Color HEX #BA423F Chestnut

📋 copy color: '#BA423F'

red 186 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #BA423F

Tints of Chestnut #BA423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

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

R = 59.05%
G = 20.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA423F (or 0xBA423F) is known color: Chestnut. HEX triplet: BA, 42 and 3F. RGB value is (186,66,63). Sum of RGB (Red+Green+Blue) = 186+66+63=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA423F is #45BDC0. Grayscale: #656565. Windows color (decimal): -4570561 or 4145850. OLE color: 4145850.

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

Color convert

RGB 186 66 63 -
CMYK 0 0.65 0.66 0.27
HSL 1.46º 0.49% 0.49% -
HSV(B) 1.46º 0.66% 0.73% -
XYZ 23.1 14.69 6.32 -
YUV 101.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 186 66 63 0 0.65 0.66 0.27 1.46 0.49 0.49
Hex BA 42 3F 0 41 42 1B 1 31 31
Octal 272 102 77 0 101 102 33 1 61 61
Binary 10111010 1000010 111111 0 1000001 1000010 11011 1 110001 110001

Color Harmonies of #BA423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA423F

Black with #BA423F

Text Example


Text Example

White with #BA423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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