Html Css Color HEX #B4473F Chestnut

📋 copy color: '#B4473F'

red 180 ◦ green 71 ◦ blue 63

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

Shades of Chestnut #B4473F

Tints of Chestnut #B4473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

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

R = 57.32%
G = 22.61%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4473F (or 0xB4473F) is known color: Chestnut. HEX triplet: B4, 47 and 3F. RGB value is (180,71,63). Sum of RGB (Red+Green+Blue) = 180+71+63=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B4473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4473F is #4BB8C0. Grayscale: #666666. Windows color (decimal): -4962497 or 4147124. OLE color: 4147124.

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

Color convert

RGB 180 71 63 -
CMYK 0 0.61 0.65 0.29
HSL 4.1º 0.48% 0.48% -
HSV(B) 4.1º 0.65% 0.71% -
XYZ 21.97 14.57 6.36 -
YUV 102.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 180 71 63 0 0.61 0.65 0.29 4.1 0.48 0.48
Hex B4 47 3F 0 3D 41 1D 4 30 30
Octal 264 107 77 0 75 101 35 4 60 60
Binary 10110100 1000111 111111 0 111101 1000001 11101 100 110000 110000

Color Harmonies of #B4473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4473F

Black with #B4473F

Text Example


Text Example

White with #B4473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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