Html Css Color HEX #B5483F Chestnut

📋 copy color: '#B5483F'

red 181 ◦ green 72 ◦ blue 63

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

Shades of Chestnut #B5483F

Tints of Chestnut #B5483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 57.28%
G = 22.78%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5483F (or 0xB5483F) is known color: Chestnut. HEX triplet: B5, 48 and 3F. RGB value is (181,72,63). Sum of RGB (Red+Green+Blue) = 181+72+63=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5483F is #4AB7C0. Grayscale: #676767. Windows color (decimal): -4896705 or 4147381. OLE color: 4147381.

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

Color convert

RGB 181 72 63 -
CMYK 0 0.60 0.65 0.29
HSL 4.58º 0.48% 0.48% -
HSV(B) 4.58º 0.65% 0.71% -
XYZ 22.27 14.82 6.39 -
YUV 103.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 181 72 63 0 0.60 0.65 0.29 4.58 0.48 0.48
Hex B5 48 3F 0 3C 41 1D 5 30 30
Octal 265 110 77 0 74 101 35 5 60 60
Binary 10110101 1001000 111111 0 111100 1000001 11101 101 110000 110000

Color Harmonies of #B5483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5483F

Black with #B5483F

Text Example


Text Example

White with #B5483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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