Html Css Color HEX #B1504C Chestnut

📋 copy color: '#B1504C'

red 177 ◦ green 80 ◦ blue 76

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

Shades of Chestnut #B1504C

Tints of Chestnut #B1504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 53.15%
G = 24.02%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1504C (or 0xB1504C) is known color: Chestnut. HEX triplet: B1, 50 and 4C. RGB value is (177,80,76). Sum of RGB (Red+Green+Blue) = 177+80+76=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1504C is #4EAFB3. Grayscale: #6C6C6C. Windows color (decimal): -5156788 or 5001393. OLE color: 5001393.

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

Color convert

RGB 177 80 76 -
CMYK 0 0.55 0.57 0.31
HSL 2.38º 0.4% 0.5% -
HSV(B) 2.38º 0.57% 0.69% -
XYZ 22.3 15.61 8.67 -
YUV 108.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 177 80 76 0 0.55 0.57 0.31 2.38 0.4 0.5
Hex B1 50 4C 0 37 39 1F 2 28 32
Octal 261 120 114 0 67 71 37 2 50 62
Binary 10110001 1010000 1001100 0 110111 111001 11111 10 101000 110010

Color Harmonies of #B1504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1504C

Black with #B1504C

Text Example


Text Example

White with #B1504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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