Html Css Color HEX #B15431 Red Stage

📋 copy color: '#B15431'

red 177 ◦ green 84 ◦ blue 49

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

Shades of Red Stage #B15431

Tints of Red Stage #B15431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 57.1%
G = 27.1%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15431 (or 0xB15431) is known color: Red Stage. HEX triplet: B1, 54 and 31. RGB value is (177,84,49). Sum of RGB (Red+Green+Blue) = 177+84+49=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B15431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15431 is #4EABCE. Grayscale: #6C6C6C. Windows color (decimal): -5155791 or 3232945. OLE color: 3232945.

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

Color convert

RGB 177 84 49 -
CMYK 0 0.53 0.72 0.31
HSL 16.41º 0.57% 0.44% -
HSV(B) 16.41º 0.72% 0.69% -
XYZ 21.86 15.91 4.82 -
YUV 107.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 177 84 49 0 0.53 0.72 0.31 16.41 0.57 0.44
Hex B1 54 31 0 35 48 1F 10 39 2C
Octal 261 124 61 0 65 110 37 20 71 54
Binary 10110001 1010100 110001 0 110101 1001000 11111 10000 111001 101100

Color Harmonies of #B15431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15431

Black with #B15431

Text Example


Text Example

White with #B15431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15431; }

 p { color: rgb(177,84,49); }

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

background-color css

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

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

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

border-color css

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

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

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