#B34569

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

Shades of Rouge #B34569

Tints of Rouge #B34569

Color information

#B34569 (or 0xB34569) is unknown color: approx Rouge. HEX triplet: B3, 45 and 69. RGB value is (179,69,105). Sum of RGB (Red+Green+Blue) = 179+69+105=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B34569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34569 is #4CBA96. Grayscale: #696969. Windows color (decimal): -5028503 or 6899123. OLE color: 6899123.

HSL color Cylindrical-coordinate representation of color #B34569: hue angle of 340.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34569 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17969105-
CMYK00.610.410.30
HSL340.36º44.35%48.63%-
HSV(B)340.36º61.45%70.2%-
XYZ23.2714.8615.01-
YUV105.99127.44180.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=50.71%
G=19.55%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796910500.610.410.30340.3644.3548.63
HexB3456903D291E1542c31
Octal26310515107551365245461
Binary1011001110001011101001011110110100111110101010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34569; }

 p { color: rgb(179,69,105); }

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

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

 a { background-color: rgb(179,69,105); }

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

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

 span { border-color: rgb(179,69,105); }

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