#B44B23

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

Shades of Rose Of Sharon #B44B23

Tints of Rose Of Sharon #B44B23

Color information

#B44B23 (or 0xB44B23) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4B and 23. RGB value is (180,75,35). Sum of RGB (Red+Green+Blue) = 180+75+35=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B23 is #4BB4DC. Grayscale: #666666. Windows color (decimal): -4961501 or 2313140. OLE color: 2313140.

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

Color convert

RGB1807535-
CMYK00.580.810.29
HSL16.55º67.44%42.16%-
HSV(B)16.55º80.56%70.59%-
XYZ21.6414.863.32-
YUV101.8490.29183.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 35 (14.06% from 255) = 12.07%
R=62.07%
G=25.86%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180753500.580.810.2916.5567.4442.16
HexB44B2303A511D11432a
Octal26411343072121352110352
Binary1011010010010111000110111010101000111101100011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B23; }

 p { color: rgb(180,75,35); }

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

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

 a { background-color: rgb(180,75,35); }

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

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

 span { border-color: rgb(180,75,35); }

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