#B74E1E

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

Shades of Rose Of Sharon #B74E1E

Tints of Rose Of Sharon #B74E1E

Color information

#B74E1E (or 0xB74E1E) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4E and 1E. RGB value is (183,78,30). Sum of RGB (Red+Green+Blue) = 183+78+30=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E1E is #48B1E1. Grayscale: #686868. Windows color (decimal): -4764130 or 1986231. OLE color: 1986231.

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

Color convert

RGB1837830-
CMYK00.570.840.28
HSL18.82º71.83%41.76%-
HSV(B)18.82º83.61%71.76%-
XYZ22.4915.613.06-
YUV103.9286.29184.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=62.89%
G=26.80%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183783000.570.840.2818.8271.8341.76
HexB74E1E039541C13482a
Octal26711636071124342311052
Binary101101111001110111100111001101010011100100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E1E; }

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

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

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

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

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

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

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

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