Html Css Color HEX #BA433E Chestnut

📋 copy color: '#BA433E'

red 186 ◦ green 67 ◦ blue 62

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

Shades of Chestnut #BA433E

Tints of Chestnut #BA433E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 59.05%
G = 21.27%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA433E (or 0xBA433E) is known color: Chestnut. HEX triplet: BA, 43 and 3E. RGB value is (186,67,62). Sum of RGB (Red+Green+Blue) = 186+67+62=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA433E is #45BCC1. Grayscale: #666666. Windows color (decimal): -4570306 or 4080570. OLE color: 4080570.

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

Color convert

RGB 186 67 62 -
CMYK 0 0.64 0.67 0.27
HSL 2.42º 0.5% 0.49% -
HSV(B) 2.42º 0.67% 0.73% -
XYZ 23.13 14.8 6.2 -
YUV 102.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 186 67 62 0 0.64 0.67 0.27 2.42 0.5 0.49
Hex BA 43 3E 0 40 43 1B 2 32 31
Octal 272 103 76 0 100 103 33 2 62 61
Binary 10111010 1000011 111110 0 1000000 1000011 11011 10 110010 110001

Color Harmonies of #BA433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA433E

Black with #BA433E

Text Example


Text Example

White with #BA433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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