Html Css Color HEX #B15151 Chestnut

📋 copy color: '#B15151'

red 177 ◦ green 81 ◦ blue 81

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

Shades of Chestnut #B15151

Tints of Chestnut #B15151

RGB

 RED value IS 177 (69.53% from 255) = 52.21%

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

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 52.21%
G = 23.89%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B15151 (or 0xB15151) is known color: Chestnut. HEX triplet: B1, 51 and 51. RGB value is (177,81,81). Sum of RGB (Red+Green+Blue) = 177+81+81=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15151 is #4EAEAE. Grayscale: #6D6D6D. Windows color (decimal): -5156527 or 5329329. OLE color: 5329329.

HSL color Cylindrical-coordinate representation of color #B15151: hue angle of 0º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15151 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 81 81 -
CMYK 0 0.54 0.54 0.31
HSL 0.38% 0.51% -
HSV(B) 0.54% 0.69% -
XYZ 22.56 15.83 9.65 -
YUV 109.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 177 81 81 0 0.54 0.54 0.31 0 0.38 0.51
Hex B1 51 51 0 36 36 1F 0 26 33
Octal 261 121 121 0 66 66 37 0 46 63
Binary 10110001 1010001 1010001 0 110110 110110 11111 0 100110 110011

Color Harmonies of #B15151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15151

Black with #B15151

Text Example


Text Example

White with #B15151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15151; }

 p { color: rgb(177,81,81); }

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

background-color css

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

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

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

border-color css

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

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

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