Html Css Color HEX #B45547 Chestnut

📋 copy color: '#B45547'

red 180 ◦ green 85 ◦ blue 71

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

Shades of Chestnut #B45547

Tints of Chestnut #B45547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 53.57%
G = 25.3%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B45547 (or 0xB45547) is known color: Chestnut. HEX triplet: B4, 55 and 47. RGB value is (180,85,71). Sum of RGB (Red+Green+Blue) = 180+85+71=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B45547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45547 is #4BAAB8. Grayscale: #6F6F6F. Windows color (decimal): -4958905 or 4674996. OLE color: 4674996.

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

Color convert

RGB 180 85 71 -
CMYK 0 0.53 0.61 0.29
HSL 7.71º 0.43% 0.49% -
HSV(B) 7.71º 0.61% 0.71% -
XYZ 23.21 16.66 7.95 -
YUV 111.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 180 85 71 0 0.53 0.61 0.29 7.71 0.43 0.49
Hex B4 55 47 0 35 3D 1D 8 2B 31
Octal 264 125 107 0 65 75 35 10 53 61
Binary 10110100 1010101 1000111 0 110101 111101 11101 1000 101011 110001

Color Harmonies of #B45547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45547

Black with #B45547

Text Example


Text Example

White with #B45547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45547; }

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

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

background-color css

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

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

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

border-color css

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

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

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