#b44567

Color #B44567 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B44567

Tints of Rouge #B44567

Color information

#B44567 (or 0xB44567) is unknown color: approx Rouge. HEX triplet: B4, 45 and 67. RGB value is (180,69,103). Sum of RGB (Red+Green+Blue) = 180+69+103=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B44567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44567 is #4BBA98. Grayscale: #6A6A6A. Windows color (decimal): -4962969 or 6768052. OLE color: 6768052.

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

Color convert

RGB18069103-
CMYK00.620.430.29
HSL341.62º44.58%48.82%-
HSV(B)341.62º61.67%70.59%-
XYZ23.414.9414.48-
YUV106.07126.27180.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=51.14%
G=19.60%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806910300.620.430.29341.6244.5848.82
HexB4456703E2B1D1562d31
Octal26410514707653355265561
Binary1011010010001011100111011111010101111101101010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44567; }

 p { color: rgb(180,69,103); }

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

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

 a { background-color: rgb(180,69,103); }

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

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

 span { border-color: rgb(180,69,103); }

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