#B34165

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

Shades of Rouge #B34165

Tints of Rouge #B34165

Color information

#B34165 (or 0xB34165) is unknown color: approx Rouge. HEX triplet: B3, 41 and 65. RGB value is (179,65,101). Sum of RGB (Red+Green+Blue) = 179+65+101=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B34165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34165 is #4CBE9A. Grayscale: #676767. Windows color (decimal): -5029531 or 6635955. OLE color: 6635955.

HSL color Cylindrical-coordinate representation of color #B34165: hue angle of 341.05º 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 #B34165 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17965101-
CMYK00.640.440.30
HSL341.05º46.72%47.84%-
HSV(B)341.05º63.69%70.2%-
XYZ22.8314.313.87-
YUV103.19126.77182.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=51.88%
G=18.84%
B=29.28%

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
Decimal1796510100.640.440.30341.0546.7247.84
HexB341650402C1E1552f30
Octal263101145010054365255760
Binary10110011100000111001010100000010110011110101010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34165; }

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

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

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

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

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

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

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

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