Html Css Color HEX #B15434 Red Stage

📋 copy color: '#B15434'

red 177 ◦ green 84 ◦ blue 52

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

Shades of Red Stage #B15434

Tints of Red Stage #B15434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 56.55%
G = 26.84%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B15434 (or 0xB15434) is known color: Red Stage. HEX triplet: B1, 54 and 34. RGB value is (177,84,52). Sum of RGB (Red+Green+Blue) = 177+84+52=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B15434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15434 is #4EABCB. Grayscale: #6C6C6C. Windows color (decimal): -5155788 or 3429553. OLE color: 3429553.

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

Color convert

RGB 177 84 52 -
CMYK 0 0.53 0.71 0.31
HSL 15.36º 0.55% 0.45% -
HSV(B) 15.36º 0.71% 0.69% -
XYZ 21.92 15.94 5.17 -
YUV 108.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 177 84 52 0 0.53 0.71 0.31 15.36 0.55 0.45
Hex B1 54 34 0 35 47 1F F 37 2D
Octal 261 124 64 0 65 107 37 17 67 55
Binary 10110001 1010100 110100 0 110101 1000111 11111 1111 110111 101101

Color Harmonies of #B15434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15434

Black with #B15434

Text Example


Text Example

White with #B15434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15434; }

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

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

background-color css

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

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

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

border-color css

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

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

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