Html Css Color HEX #B15534 Red Stage

📋 copy color: '#B15534'

red 177 ◦ green 85 ◦ blue 52

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

Shades of Red Stage #B15534

Tints of Red Stage #B15534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 56.37%
G = 27.07%
B = 16.56%

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

#B15534 (or 0xB15534) is known color: Red Stage. HEX triplet: B1, 55 and 34. RGB value is (177,85,52). Sum of RGB (Red+Green+Blue) = 177+85+52=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B15534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15534 is #4EAACB. Grayscale: #6C6C6C. Windows color (decimal): -5155532 or 3429809. OLE color: 3429809.

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

Color convert

RGB 177 85 52 -
CMYK 0 0.52 0.71 0.31
HSL 15.84º 0.55% 0.45% -
HSV(B) 15.84º 0.71% 0.69% -
XYZ 22 16.09 5.2 -
YUV 108.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 177 85 52 0 0.52 0.71 0.31 15.84 0.55 0.45
Hex B1 55 34 0 34 47 1F 10 37 2D
Octal 261 125 64 0 64 107 37 20 67 55
Binary 10110001 1010101 110100 0 110100 1000111 11111 10000 110111 101101

Color Harmonies of #B15534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15534

Black with #B15534

Text Example


Text Example

White with #B15534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15534; }

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

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

background-color css

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

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

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

border-color css

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

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

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