Html Css Color HEX #B15032 Red Stage

📋 copy color: '#B15032'

red 177 ◦ green 80 ◦ blue 50

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

Shades of Red Stage #B15032

Tints of Red Stage #B15032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 57.65%
G = 26.06%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B15032 (or 0xB15032) is known color: Red Stage. HEX triplet: B1, 50 and 32. RGB value is (177,80,50). Sum of RGB (Red+Green+Blue) = 177+80+50=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B15032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15032 is #4EAFCD. Grayscale: #696969. Windows color (decimal): -5156814 or 3297457. OLE color: 3297457.

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

Color convert

RGB 177 80 50 -
CMYK 0 0.55 0.72 0.31
HSL 14.17º 0.56% 0.45% -
HSV(B) 14.17º 0.72% 0.69% -
XYZ 21.58 15.31 4.84 -
YUV 105.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 177 80 50 0 0.55 0.72 0.31 14.17 0.56 0.45
Hex B1 50 32 0 37 48 1F E 38 2D
Octal 261 120 62 0 67 110 37 16 70 55
Binary 10110001 1010000 110010 0 110111 1001000 11111 1110 111000 101101

Color Harmonies of #B15032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15032

Black with #B15032

Text Example


Text Example

White with #B15032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15032; }

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

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

background-color css

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

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

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

border-color css

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

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

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