#B84E26

Color #B84E26 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B84E26

Tints of Red Stage #B84E26

Color information

#B84E26 (or 0xB84E26) is unknown color: approx Red Stage. HEX triplet: B8, 4E and 26. RGB value is (184,78,38). Sum of RGB (Red+Green+Blue) = 184+78+38=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84E26 is #47B1D9. Grayscale: #696969. Windows color (decimal): -4698586 or 2510520. OLE color: 2510520.

HSL color Cylindrical-coordinate representation of color #B84E26: hue angle of 16.44º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B84E26 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1847838-
CMYK00.580.790.28
HSL16.44º65.77%43.53%-
HSV(B)16.44º79.35%72.16%-
XYZ22.8415.783.68-
YUV105.1390.12184.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.33%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=61.33%
G=26%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184783800.580.790.2816.4465.7743.53
HexB84E2603A4F1C10422c
Octal27011646072117342010254
Binary1011100010011101001100111010100111111100100001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84E26; }

 p { color: rgb(184,78,38); }

 H1.HeaderClassName
 {
   color: #B84E26;
 }
 .AnyTagClassName
 {
   color: #B84E26;
 }
</style>
background-color css

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

 a { background-color: rgb(184,78,38); }

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

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

 span { border-color: rgb(184,78,38); }

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