Html Css Color HEX #B15231 Red Stage

📋 copy color: '#B15231'

red 177 ◦ green 82 ◦ blue 49

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

Shades of Red Stage #B15231

Tints of Red Stage #B15231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 57.47%
G = 26.62%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15231 (or 0xB15231) is known color: Red Stage. HEX triplet: B1, 52 and 31. RGB value is (177,82,49). Sum of RGB (Red+Green+Blue) = 177+82+49=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B15231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15231 is #4EADCE. Grayscale: #6A6A6A. Windows color (decimal): -5156303 or 3232433. OLE color: 3232433.

HSL color Cylindrical-coordinate representation of color #B15231: hue angle of 15.47º 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 #B15231 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 49 -
CMYK 0 0.54 0.72 0.31
HSL 15.47º 0.57% 0.44% -
HSV(B) 15.47º 0.72% 0.69% -
XYZ 21.7 15.6 4.77 -
YUV 106.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 177 82 49 0 0.54 0.72 0.31 15.47 0.57 0.44
Hex B1 52 31 0 36 48 1F F 39 2C
Octal 261 122 61 0 66 110 37 17 71 54
Binary 10110001 1010010 110001 0 110110 1001000 11111 1111 111001 101100

Color Harmonies of #B15231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15231

Black with #B15231

Text Example


Text Example

White with #B15231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15231; }

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

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

background-color css

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

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

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

border-color css

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

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

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