Html Css Color HEX #B95146 Chestnut

📋 copy color: '#B95146'

red 185 ◦ green 81 ◦ blue 70

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

Shades of Chestnut #B95146

Tints of Chestnut #B95146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 55.06%
G = 24.11%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B95146 (or 0xB95146) is known color: Chestnut. HEX triplet: B9, 51 and 46. RGB value is (185,81,70). Sum of RGB (Red+Green+Blue) = 185+81+70=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B95146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95146 is #46AEB9. Grayscale: #6E6E6E. Windows color (decimal): -4632250 or 4608441. OLE color: 4608441.

HSL color Cylindrical-coordinate representation of color #B95146: hue angle of 5.74º 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 #B95146 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 70 -
CMYK 0 0.56 0.62 0.27
HSL 5.74º 0.45% 0.5% -
HSV(B) 5.74º 0.62% 0.73% -
XYZ 24.06 16.64 7.74 -
YUV 110.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 185 81 70 0 0.56 0.62 0.27 5.74 0.45 0.5
Hex B9 51 46 0 38 3E 1B 6 2D 32
Octal 271 121 106 0 70 76 33 6 55 62
Binary 10111001 1010001 1000110 0 111000 111110 11011 110 101101 110010

Color Harmonies of #B95146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95146

Black with #B95146

Text Example


Text Example

White with #B95146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95146; }

 p { color: rgb(185,81,70); }

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

background-color css

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

 a { background-color: rgb(185,81,70); }

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

border-color css

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

 span { border-color: rgb(185,81,70); }

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