#B34065

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

Shades of Rouge #B34065

Tints of Rouge #B34065

Color information

#B34065 (or 0xB34065) is unknown color: approx Rouge. HEX triplet: B3, 40 and 65. RGB value is (179,64,101). Sum of RGB (Red+Green+Blue) = 179+64+101=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B34065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34065 is #4CBF9A. Grayscale: #666666. Windows color (decimal): -5029787 or 6635699. OLE color: 6635699.

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

Color convert

RGB17964101-
CMYK00.640.440.30
HSL340.7º47.33%47.65%-
HSV(B)340.7º64.25%70.2%-
XYZ22.7714.1913.85-
YUV102.6127.1182.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=52.03%
G=18.60%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796410100.640.440.30340.747.3347.65
HexB340650402C1E1552f30
Octal263100145010054365255760
Binary10110011100000011001010100000010110011110101010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34065; }

 p { color: rgb(179,64,101); }

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

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

 a { background-color: rgb(179,64,101); }

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

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

 span { border-color: rgb(179,64,101); }

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