Html Css Color HEX #B3493F Chestnut

📋 copy color: '#B3493F'

red 179 ◦ green 73 ◦ blue 63

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

Shades of Chestnut #B3493F

Tints of Chestnut #B3493F

RGB

 RED value IS 179 (70.31% from 255) = 56.83%

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 56.83%
G = 23.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3493F (or 0xB3493F) is known color: Chestnut. HEX triplet: B3, 49 and 3F. RGB value is (179,73,63). Sum of RGB (Red+Green+Blue) = 179+73+63=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B3493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3493F is #4CB6C0. Grayscale: #676767. Windows color (decimal): -5027521 or 4147635. OLE color: 4147635.

HSL color Cylindrical-coordinate representation of color #B3493F: hue angle of 5.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3493F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 63 -
CMYK 0 0.59 0.65 0.30
HSL 5.17º 0.48% 0.47% -
HSV(B) 5.17º 0.65% 0.7% -
XYZ 21.87 14.71 6.39 -
YUV 103.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 179 73 63 0 0.59 0.65 0.30 5.17 0.48 0.47
Hex B3 49 3F 0 3B 41 1E 5 30 2F
Octal 263 111 77 0 73 101 36 5 60 57
Binary 10110011 1001001 111111 0 111011 1000001 11110 101 110000 101111

Color Harmonies of #B3493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3493F

Black with #B3493F

Text Example


Text Example

White with #B3493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3493F; }

 p { color: rgb(179,73,63); }

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

background-color css

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

 a { background-color: rgb(179,73,63); }

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

border-color css

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

 span { border-color: rgb(179,73,63); }

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