Html Css Color HEX #B5463F Chestnut

📋 copy color: '#B5463F'

red 181 ◦ green 70 ◦ blue 63

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

Shades of Chestnut #B5463F

Tints of Chestnut #B5463F

RGB

 RED value IS 181 (71.09% from 255) = 57.64%

 GREEN value IS 70 (27.73% from 255) = 22.29%

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

R = 57.64%
G = 22.29%
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

#B5463F (or 0xB5463F) is known color: Chestnut. HEX triplet: B5, 46 and 3F. RGB value is (181,70,63). Sum of RGB (Red+Green+Blue) = 181+70+63=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5463F is #4AB9C0. Grayscale: #666666. Windows color (decimal): -4897217 or 4146869. OLE color: 4146869.

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

Color convert

RGB 181 70 63 -
CMYK 0 0.61 0.65 0.29
HSL 3.56º 0.48% 0.48% -
HSV(B) 3.56º 0.65% 0.71% -
XYZ 22.14 14.56 6.35 -
YUV 102.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 181 70 63 0 0.61 0.65 0.29 3.56 0.48 0.48
Hex B5 46 3F 0 3D 41 1D 4 30 30
Octal 265 106 77 0 75 101 35 4 60 60
Binary 10110101 1000110 111111 0 111101 1000001 11101 100 110000 110000

Color Harmonies of #B5463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5463F

Black with #B5463F

Text Example


Text Example

White with #B5463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5463F; }

 p { color: rgb(181,70,63); }

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

background-color css

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

 a { background-color: rgb(181,70,63); }

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

border-color css

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

 span { border-color: rgb(181,70,63); }

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