#B44E20

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

Shades of Rose Of Sharon #B44E20

Tints of Rose Of Sharon #B44E20

Color information

#B44E20 (or 0xB44E20) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4E and 20. RGB value is (180,78,32). Sum of RGB (Red+Green+Blue) = 180+78+32=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E20 is #4BB1DF. Grayscale: #676767. Windows color (decimal): -4960736 or 2117300. OLE color: 2117300.

HSL color Cylindrical-coordinate representation of color #B44E20: hue angle of 18.65º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B44E20 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1807832-
CMYK00.570.820.29
HSL18.65º69.81%41.57%-
HSV(B)18.65º82.22%70.59%-
XYZ21.8115.263.16-
YUV103.2587.79182.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=62.07%
G=26.90%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180783200.570.820.2918.6569.8141.57
HexB44E20039521D13462a
Octal26411640071122352310652
Binary1011010010011101000000111001101001011101100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E20; }

 p { color: rgb(180,78,32); }

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

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

 a { background-color: rgb(180,78,32); }

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

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

 span { border-color: rgb(180,78,32); }

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