Html Css Color HEX #B15533 Red Stage

📋 copy color: '#B15533'

red 177 ◦ green 85 ◦ blue 51

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

Shades of Red Stage #B15533

Tints of Red Stage #B15533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 56.55%
G = 27.16%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B15533 (or 0xB15533) is known color: Red Stage. HEX triplet: B1, 55 and 33. RGB value is (177,85,51). Sum of RGB (Red+Green+Blue) = 177+85+51=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B15533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15533 is #4EAACC. Grayscale: #6C6C6C. Windows color (decimal): -5155533 or 3364273. OLE color: 3364273.

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

Color convert

RGB 177 85 51 -
CMYK 0 0.52 0.71 0.31
HSL 16.19º 0.55% 0.45% -
HSV(B) 16.19º 0.71% 0.69% -
XYZ 21.98 16.08 5.08 -
YUV 108.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 177 85 51 0 0.52 0.71 0.31 16.19 0.55 0.45
Hex B1 55 33 0 34 47 1F 10 37 2D
Octal 261 125 63 0 64 107 37 20 67 55
Binary 10110001 1010101 110011 0 110100 1000111 11111 10000 110111 101101

Color Harmonies of #B15533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15533

Black with #B15533

Text Example


Text Example

White with #B15533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15533; }

 p { color: rgb(177,85,51); }

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

background-color css

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

 a { background-color: rgb(177,85,51); }

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

border-color css

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

 span { border-color: rgb(177,85,51); }

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