#B0346C

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

Shades of Rouge #B0346C

Tints of Rouge #B0346C

Color information

#B0346C (or 0xB0346C) is unknown color: approx Rouge. HEX triplet: B0, 34 and 6C. RGB value is (176,52,108). Sum of RGB (Red+Green+Blue) = 176+52+108=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0346C is #4FCB93. Grayscale: #5F5F5F. Windows color (decimal): -5229460 or 7091376. OLE color: 7091376.

HSL color Cylindrical-coordinate representation of color #B0346C: hue angle of 332.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0346C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17652108-
CMYK00.700.390.31
HSL332.9º54.39%44.71%-
HSV(B)332.9º70.45%69.02%-
XYZ21.8412.7715.5-
YUV95.46135.08185.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=52.38%
G=15.48%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765210800.700.390.31332.954.3944.71
HexB0346C046271F14d362d
Octal26064154010647375156655
Binary1011000011010011011000100011010011111111101001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0346C; }

 p { color: rgb(176,52,108); }

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

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

 a { background-color: rgb(176,52,108); }

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

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

 span { border-color: rgb(176,52,108); }

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