Html Css Color HEX #B1504A Chestnut

📋 copy color: '#B1504A'

red 177 ◦ green 80 ◦ blue 74

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

Shades of Chestnut #B1504A

Tints of Chestnut #B1504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 53.47%
G = 24.17%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1504A (or 0xB1504A) is known color: Chestnut. HEX triplet: B1, 50 and 4A. RGB value is (177,80,74). Sum of RGB (Red+Green+Blue) = 177+80+74=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1504A is #4EAFB5. Grayscale: #6C6C6C. Windows color (decimal): -5156790 or 4870321. OLE color: 4870321.

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

Color convert

RGB 177 80 74 -
CMYK 0 0.55 0.58 0.31
HSL 3.5º 0.41% 0.49% -
HSV(B) 3.5º 0.58% 0.69% -
XYZ 22.24 15.58 8.31 -
YUV 108.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 177 80 74 0 0.55 0.58 0.31 3.5 0.41 0.49
Hex B1 50 4A 0 37 3A 1F 3 29 31
Octal 261 120 112 0 67 72 37 3 51 61
Binary 10110001 1010000 1001010 0 110111 111010 11111 11 101001 110001

Color Harmonies of #B1504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1504A

Black with #B1504A

Text Example


Text Example

White with #B1504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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