Html Css Color HEX #B95141 Chestnut

📋 copy color: '#B95141'

red 185 ◦ green 81 ◦ blue 65

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

Shades of Chestnut #B95141

Tints of Chestnut #B95141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 55.89%
G = 24.47%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B95141 (or 0xB95141) is known color: Chestnut. HEX triplet: B9, 51 and 41. RGB value is (185,81,65). Sum of RGB (Red+Green+Blue) = 185+81+65=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B95141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95141 is #46AEBE. Grayscale: #6E6E6E. Windows color (decimal): -4632255 or 4280761. OLE color: 4280761.

HSL color Cylindrical-coordinate representation of color #B95141: hue angle of 8º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B95141 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 65 -
CMYK 0 0.56 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 23.9 16.58 6.94 -
YUV 110.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 185 81 65 0 0.56 0.65 0.27 8 0.48 0.49
Hex B9 51 41 0 38 41 1B 8 30 31
Octal 271 121 101 0 70 101 33 10 60 61
Binary 10111001 1010001 1000001 0 111000 1000001 11011 1000 110000 110001

Color Harmonies of #B95141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95141

Black with #B95141

Text Example


Text Example

White with #B95141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95141; }

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

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

background-color css

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

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

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

border-color css

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

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

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