Html Css Color HEX #B15427 Red Stage

📋 copy color: '#B15427'

red 177 ◦ green 84 ◦ blue 39

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

Shades of Red Stage #B15427

Tints of Red Stage #B15427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 59%
G = 28%
B = 13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B15427 (or 0xB15427) is known color: Red Stage. HEX triplet: B1, 54 and 27. RGB value is (177,84,39). Sum of RGB (Red+Green+Blue) = 177+84+39=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B15427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15427 is #4EABD8. Grayscale: #6A6A6A. Windows color (decimal): -5155801 or 2577585. OLE color: 2577585.

HSL color Cylindrical-coordinate representation of color #B15427: hue angle of 19.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15427 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 39 -
CMYK 0 0.53 0.78 0.31
HSL 19.57º 0.64% 0.42% -
HSV(B) 19.57º 0.78% 0.69% -
XYZ 21.67 15.83 3.83 -
YUV 106.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 177 84 39 0 0.53 0.78 0.31 19.57 0.64 0.42
Hex B1 54 27 0 35 4E 1F 14 40 2A
Octal 261 124 47 0 65 116 37 24 100 52
Binary 10110001 1010100 100111 0 110101 1001110 11111 10100 1000000 101010

Color Harmonies of #B15427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15427

Black with #B15427

Text Example


Text Example

White with #B15427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15427; }

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

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

background-color css

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

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

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

border-color css

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

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

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