Html Css Color HEX #BA433F Chestnut

📋 copy color: '#BA433F'

red 186 ◦ green 67 ◦ blue 63

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

Shades of Chestnut #BA433F

Tints of Chestnut #BA433F

RGB

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

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

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

R = 58.86%
G = 21.2%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA433F (or 0xBA433F) is known color: Chestnut. HEX triplet: BA, 43 and 3F. RGB value is (186,67,63). Sum of RGB (Red+Green+Blue) = 186+67+63=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA433F is #45BCC0. Grayscale: #666666. Windows color (decimal): -4570305 or 4146106. OLE color: 4146106.

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

Color convert

RGB 186 67 63 -
CMYK 0 0.64 0.66 0.27
HSL 1.95º 0.49% 0.49% -
HSV(B) 1.95º 0.66% 0.73% -
XYZ 23.15 14.81 6.34 -
YUV 102.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 186 67 63 0 0.64 0.66 0.27 1.95 0.49 0.49
Hex BA 43 3F 0 40 42 1B 2 31 31
Octal 272 103 77 0 100 102 33 2 61 61
Binary 10111010 1000011 111111 0 1000000 1000010 11011 10 110001 110001

Color Harmonies of #BA433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA433F

Black with #BA433F

Text Example


Text Example

White with #BA433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA433F; }

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

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

background-color css

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

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

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

border-color css

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

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

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