Html Css Color HEX #B95547 Chestnut

📋 copy color: '#B95547'

red 185 ◦ green 85 ◦ blue 71

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

Shades of Chestnut #B95547

Tints of Chestnut #B95547

RGB

 RED value IS 185 (72.66% from 255) = 54.25%

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

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

R = 54.25%
G = 24.93%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B95547 (or 0xB95547) is known color: Chestnut. HEX triplet: B9, 55 and 47. RGB value is (185,85,71). Sum of RGB (Red+Green+Blue) = 185+85+71=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95547 is #46AAB8. Grayscale: #717171. Windows color (decimal): -4631225 or 4675001. OLE color: 4675001.

HSL color Cylindrical-coordinate representation of color #B95547: hue angle of 7.37º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95547 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 71 -
CMYK 0 0.54 0.62 0.27
HSL 7.37º 0.45% 0.5% -
HSV(B) 7.37º 0.62% 0.73% -
XYZ 24.39 17.27 8.01 -
YUV 113.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 185 85 71 0 0.54 0.62 0.27 7.37 0.45 0.5
Hex B9 55 47 0 36 3E 1B 7 2D 32
Octal 271 125 107 0 66 76 33 7 55 62
Binary 10111001 1010101 1000111 0 110110 111110 11011 111 101101 110010

Color Harmonies of #B95547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95547

Black with #B95547

Text Example


Text Example

White with #B95547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95547; }

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

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

background-color css

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

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

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

border-color css

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

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

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