#B74E26

Color #B74E26 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B74E26

Tints of Rose Of Sharon #B74E26

Color information

#B74E26 (or 0xB74E26) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4E and 26. RGB value is (183,78,38). Sum of RGB (Red+Green+Blue) = 183+78+38=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E26 is #48B1D9. Grayscale: #696969. Windows color (decimal): -4764122 or 2510519. OLE color: 2510519.

HSL color Cylindrical-coordinate representation of color #B74E26: hue angle of 16.55º 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 #B74E26 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1837838-
CMYK00.570.790.28
HSL16.55º65.61%43.33%-
HSV(B)16.55º79.23%71.76%-
XYZ22.615.663.66-
YUV104.8390.29183.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.20%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=61.20%
G=26.09%
B=12.71%

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
Decimal183783800.570.790.2816.5565.6143.33
HexB74E260394F1C11422b
Octal26711646071117342110253
Binary1011011110011101001100111001100111111100100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E26; }

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

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

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

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

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

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

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

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