#B44B27

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

Shades of Rose Of Sharon #B44B27

Tints of Rose Of Sharon #B44B27

Color information

#B44B27 (or 0xB44B27) is unknown color: approx Rose Of Sharon. HEX triplet: B4, 4B and 27. RGB value is (180,75,39). Sum of RGB (Red+Green+Blue) = 180+75+39=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B27 is #4BB4D8. Grayscale: #666666. Windows color (decimal): -4961497 or 2575284. OLE color: 2575284.

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

Color convert

RGB1807539-
CMYK00.580.780.29
HSL15.32º64.38%42.94%-
HSV(B)15.32º78.33%70.59%-
XYZ21.714.883.65-
YUV102.2992.29183.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=61.22%
G=25.51%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180753900.580.780.2915.3264.3842.94
HexB44B2703A4E1Df402b
Octal26411347072116351710053
Binary101101001001011100111011101010011101110111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B27; }

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

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

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

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

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

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

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

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