#B44B25

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

Shades of Rose Of Sharon #B44B25

Tints of Rose Of Sharon #B44B25

Color information

#B44B25 (or 0xB44B25) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4B and 25. RGB value is (180,75,37). Sum of RGB (Red+Green+Blue) = 180+75+37=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B25 is #4BB4DA. Grayscale: #666666. Windows color (decimal): -4961499 or 2444212. OLE color: 2444212.

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

Color convert

RGB1807537-
CMYK00.580.790.29
HSL15.94º65.9%42.55%-
HSV(B)15.94º79.44%70.59%-
XYZ21.6714.873.48-
YUV102.0691.29183.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=61.64%
G=25.68%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180753700.580.790.2915.9465.942.55
HexB44B2503A4F1D10422b
Octal26411345072117352010253
Binary1011010010010111001010111010100111111101100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B25; }

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

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

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

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

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

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

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

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