#B74E29

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

Shades of Red Stage #B74E29

Tints of Red Stage #B74E29

Color information

#B74E29 (or 0xB74E29) is unknown color: approx Red Stage. HEX triplet: B7, 4E and 29. RGB value is (183,78,41). Sum of RGB (Red+Green+Blue) = 183+78+41=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E29 is #48B1D6. Grayscale: #696969. Windows color (decimal): -4764119 or 2707127. OLE color: 2707127.

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

Color convert

RGB1837841-
CMYK00.570.780.28
HSL15.63º63.39%43.92%-
HSV(B)15.63º77.6%71.76%-
XYZ22.6515.683.93-
YUV105.1891.79183.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=60.60%
G=25.83%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183784100.570.780.2815.6363.3943.92
HexB74E290394E1C103f2c
Octal2671165107111634207754
Binary101101111001110101001011100110011101110010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E29; }

 p { color: rgb(183,78,41); }

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

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

 a { background-color: rgb(183,78,41); }

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

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

 span { border-color: rgb(183,78,41); }

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