Html Css Color HEX #B5483E Chestnut

📋 copy color: '#B5483E'

red 181 ◦ green 72 ◦ blue 62

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

Shades of Chestnut #B5483E

Tints of Chestnut #B5483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 57.46%
G = 22.86%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5483E (or 0xB5483E) is known color: Chestnut. HEX triplet: B5, 48 and 3E. RGB value is (181,72,62). Sum of RGB (Red+Green+Blue) = 181+72+62=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5483E is #4AB7C1. Grayscale: #676767. Windows color (decimal): -4896706 or 4081845. OLE color: 4081845.

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

Color convert

RGB 181 72 62 -
CMYK 0 0.60 0.66 0.29
HSL 5.04º 0.49% 0.48% -
HSV(B) 5.04º 0.66% 0.71% -
XYZ 22.24 14.81 6.24 -
YUV 103.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 181 72 62 0 0.60 0.66 0.29 5.04 0.49 0.48
Hex B5 48 3E 0 3C 42 1D 5 31 30
Octal 265 110 76 0 74 102 35 5 61 60
Binary 10110101 1001000 111110 0 111100 1000010 11101 101 110001 110000

Color Harmonies of #B5483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5483E

Black with #B5483E

Text Example


Text Example

White with #B5483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5483E; }

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

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

background-color css

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

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

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

border-color css

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

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

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