Html Css Color HEX #B15150 Chestnut

📋 copy color: '#B15150'

red 177 ◦ green 81 ◦ blue 80

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

Shades of Chestnut #B15150

Tints of Chestnut #B15150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 52.37%
G = 23.96%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B15150 (or 0xB15150) is known color: Chestnut. HEX triplet: B1, 51 and 50. RGB value is (177,81,80). Sum of RGB (Red+Green+Blue) = 177+81+80=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B15150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15150 is #4EAEAF. Grayscale: #6D6D6D. Windows color (decimal): -5156528 or 5263793. OLE color: 5263793.

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

Color convert

RGB 177 81 80 -
CMYK 0 0.54 0.55 0.31
HSL 0.62º 0.38% 0.5% -
HSV(B) 0.62º 0.55% 0.69% -
XYZ 22.52 15.81 9.45 -
YUV 109.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 177 81 80 0 0.54 0.55 0.31 0.62 0.38 0.5
Hex B1 51 50 0 36 37 1F 1 26 32
Octal 261 121 120 0 66 67 37 1 46 62
Binary 10110001 1010001 1010000 0 110110 110111 11111 1 100110 110010

Color Harmonies of #B15150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15150

Black with #B15150

Text Example


Text Example

White with #B15150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15150; }

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

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

background-color css

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

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

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

border-color css

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

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

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