#B44267

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

Shades of Rouge #B44267

Tints of Rouge #B44267

Color information

#B44267 (or 0xB44267) is unknown color: approx Rouge. HEX triplet: B4, 42 and 67. RGB value is (180,66,103). Sum of RGB (Red+Green+Blue) = 180+66+103=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B44267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44267 is #4BBD98. Grayscale: #686868. Windows color (decimal): -4963737 or 6767284. OLE color: 6767284.

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

Color convert

RGB18066103-
CMYK00.630.430.29
HSL340.53º46.34%48.24%-
HSV(B)340.53º63.33%70.59%-
XYZ23.2214.5814.42-
YUV104.3127.27181.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=51.58%
G=18.91%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806610300.630.430.29340.5346.3448.24
HexB4426703F2B1D1552e30
Octal26410214707753355255660
Binary1011010010000101100111011111110101111101101010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44267; }

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

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

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

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

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

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

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

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