Html Css Color HEX #B1504B Chestnut

📋 copy color: '#B1504B'

red 177 ◦ green 80 ◦ blue 75

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

Shades of Chestnut #B1504B

Tints of Chestnut #B1504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 53.31%
G = 24.1%
B = 22.59%

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

#B1504B (or 0xB1504B) is known color: Chestnut. HEX triplet: B1, 50 and 4B. RGB value is (177,80,75). Sum of RGB (Red+Green+Blue) = 177+80+75=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1504B is #4EAFB4. Grayscale: #6C6C6C. Windows color (decimal): -5156789 or 4935857. OLE color: 4935857.

HSL color Cylindrical-coordinate representation of color #B1504B: hue angle of 2.94º degrees, saturation: 0.4, 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 #B1504B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 75 -
CMYK 0 0.55 0.58 0.31
HSL 2.94º 0.4% 0.49% -
HSV(B) 2.94º 0.58% 0.69% -
XYZ 22.27 15.59 8.49 -
YUV 108.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 177 80 75 0 0.55 0.58 0.31 2.94 0.4 0.49
Hex B1 50 4B 0 37 3A 1F 3 28 31
Octal 261 120 113 0 67 72 37 3 50 61
Binary 10110001 1010000 1001011 0 110111 111010 11111 11 101000 110001

Color Harmonies of #B1504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1504B

Black with #B1504B

Text Example


Text Example

White with #B1504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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