#B04E1E

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

Shades of Rose Of Sharon #B04E1E

Tints of Rose Of Sharon #B04E1E

Color information

#B04E1E (or 0xB04E1E) is unknown color: approx Rose Of Sharon. HEX triplet: B0, 4E and 1E. RGB value is (176,78,30). Sum of RGB (Red+Green+Blue) = 176+78+30=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E1E is #4FB1E1. Grayscale: #666666. Windows color (decimal): -5222882 or 1986224. OLE color: 1986224.

HSL color Cylindrical-coordinate representation of color #B04E1E: hue angle of 19.73º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B04E1E is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1767830-
CMYK00.560.830.31
HSL19.73º70.87%40.39%-
HSV(B)19.73º82.95%69.02%-
XYZ20.8614.772.98-
YUV101.8387.47180.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.97%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=61.97%
G=27.46%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176783000.560.830.3119.7370.8740.39
HexB04E1E038531F144728
Octal26011636070123372410750
Binary101100001001110111100111000101001111111101001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E1E; }

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

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

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

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

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

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

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

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