Html Css Color HEX #B15433 Red Stage

📋 copy color: '#B15433'

red 177 ◦ green 84 ◦ blue 51

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

Shades of Red Stage #B15433

Tints of Red Stage #B15433

RGB

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

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

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

R = 56.73%
G = 26.92%
B = 16.35%

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

#B15433 (or 0xB15433) is known color: Red Stage. HEX triplet: B1, 54 and 33. RGB value is (177,84,51). Sum of RGB (Red+Green+Blue) = 177+84+51=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B15433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15433 is #4EABCC. Grayscale: #6C6C6C. Windows color (decimal): -5155789 or 3364017. OLE color: 3364017.

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

Color convert

RGB 177 84 51 -
CMYK 0 0.53 0.71 0.31
HSL 15.71º 0.55% 0.45% -
HSV(B) 15.71º 0.71% 0.69% -
XYZ 21.9 15.93 5.05 -
YUV 108.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 177 84 51 0 0.53 0.71 0.31 15.71 0.55 0.45
Hex B1 54 33 0 35 47 1F 10 37 2D
Octal 261 124 63 0 65 107 37 20 67 55
Binary 10110001 1010100 110011 0 110101 1000111 11111 10000 110111 101101

Color Harmonies of #B15433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15433

Black with #B15433

Text Example


Text Example

White with #B15433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15433; }

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

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

background-color css

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

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

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

border-color css

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

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

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