#B74B1F

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

Shades of Rose Of Sharon #B74B1F

Tints of Rose Of Sharon #B74B1F

Color information

#B74B1F (or 0xB74B1F) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4B and 1F. RGB value is (183,75,31). Sum of RGB (Red+Green+Blue) = 183+75+31=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B1F is #48B4E0. Grayscale: #666666. Windows color (decimal): -4764897 or 2050999. OLE color: 2050999.

HSL color Cylindrical-coordinate representation of color #B74B1F: hue angle of 17.37º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74B1F is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1837531-
CMYK00.590.830.28
HSL17.37º71.03%41.96%-
HSV(B)17.37º83.06%71.76%-
XYZ22.2915.23.05-
YUV102.2887.78185.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=63.32%
G=25.95%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183753100.590.830.2817.3771.0341.96
HexB74B1F03B531C11472a
Octal26711337073123342110752
Binary101101111001011111110111011101001111100100011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B1F; }

 p { color: rgb(183,75,31); }

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

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

 a { background-color: rgb(183,75,31); }

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

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

 span { border-color: rgb(183,75,31); }

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