Html Css Color HEX #B4493F Chestnut

📋 copy color: '#B4493F'

red 180 ◦ green 73 ◦ blue 63

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

Shades of Chestnut #B4493F

Tints of Chestnut #B4493F

RGB

 RED value IS 180 (70.7% from 255) = 56.96%

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

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

R = 56.96%
G = 23.1%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4493F (or 0xB4493F) is known color: Chestnut. HEX triplet: B4, 49 and 3F. RGB value is (180,73,63). Sum of RGB (Red+Green+Blue) = 180+73+63=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B4493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4493F is #4BB6C0. Grayscale: #686868. Windows color (decimal): -4961985 or 4147636. OLE color: 4147636.

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

Color convert

RGB 180 73 63 -
CMYK 0 0.59 0.65 0.29
HSL 5.13º 0.48% 0.48% -
HSV(B) 5.13º 0.65% 0.71% -
XYZ 22.1 14.83 6.4 -
YUV 103.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 180 73 63 0 0.59 0.65 0.29 5.13 0.48 0.48
Hex B4 49 3F 0 3B 41 1D 5 30 30
Octal 264 111 77 0 73 101 35 5 60 60
Binary 10110100 1001001 111111 0 111011 1000001 11101 101 110000 110000

Color Harmonies of #B4493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4493F

Black with #B4493F

Text Example


Text Example

White with #B4493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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