Html Css Color HEX #B15230 Red Stage

📋 copy color: '#B15230'

red 177 ◦ green 82 ◦ blue 48

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

Shades of Red Stage #B15230

Tints of Red Stage #B15230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 57.65%
G = 26.71%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B15230 (or 0xB15230) is known color: Red Stage. HEX triplet: B1, 52 and 30. RGB value is (177,82,48). Sum of RGB (Red+Green+Blue) = 177+82+48=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B15230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15230 is #4EADCF. Grayscale: #6A6A6A. Windows color (decimal): -5156304 or 3166897. OLE color: 3166897.

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

Color convert

RGB 177 82 48 -
CMYK 0 0.54 0.73 0.31
HSL 15.81º 0.57% 0.44% -
HSV(B) 15.81º 0.73% 0.69% -
XYZ 21.68 15.6 4.66 -
YUV 106.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 177 82 48 0 0.54 0.73 0.31 15.81 0.57 0.44
Hex B1 52 30 0 36 49 1F 10 39 2C
Octal 261 122 60 0 66 111 37 20 71 54
Binary 10110001 1010010 110000 0 110110 1001001 11111 10000 111001 101100

Color Harmonies of #B15230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15230

Black with #B15230

Text Example


Text Example

White with #B15230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15230; }

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

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

background-color css

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

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

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

border-color css

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

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

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