#B74F26

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

Shades of Red Stage #B74F26

Tints of Red Stage #B74F26

Color information

#B74F26 (or 0xB74F26) is unknown color: approx Red Stage. HEX triplet: B7, 4F and 26. RGB value is (183,79,38). Sum of RGB (Red+Green+Blue) = 183+79+38=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F26 is #48B0D9. Grayscale: #696969. Windows color (decimal): -4763866 or 2510775. OLE color: 2510775.

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

Color convert

RGB1837938-
CMYK00.570.790.28
HSL16.97º65.61%43.33%-
HSV(B)16.97º79.23%71.76%-
XYZ22.6715.83.69-
YUV105.4289.96183.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=61%
G=26.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183793800.570.790.2816.9765.6143.33
HexB74F260394F1C11422b
Octal26711746071117342110253
Binary1011011110011111001100111001100111111100100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74F26; }

 p { color: rgb(183,79,38); }

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

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

 a { background-color: rgb(183,79,38); }

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

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

 span { border-color: rgb(183,79,38); }

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