#B34E1E

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

Shades of Rose Of Sharon #B34E1E

Tints of Rose Of Sharon #B34E1E

Color information

#B34E1E (or 0xB34E1E) is unknown color: approx Rose Of Sharon. HEX triplet: B3, 4E and 1E. RGB value is (179,78,30). Sum of RGB (Red+Green+Blue) = 179+78+30=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E1E is #4CB1E1. Grayscale: #676767. Windows color (decimal): -5026274 or 1986227. OLE color: 1986227.

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

Color convert

RGB1797830-
CMYK00.560.830.30
HSL19.33º71.29%40.98%-
HSV(B)19.33º83.24%70.2%-
XYZ21.5515.133.01-
YUV102.7386.96182.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=62.37%
G=27.18%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179783000.560.830.3019.3371.2940.98
HexB34E1E038531E134729
Octal26311636070123362310751
Binary101100111001110111100111000101001111110100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E1E; }

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

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

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

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

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

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

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

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