#B0416A

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

Shades of Rouge #B0416A

Tints of Rouge #B0416A

Color information

#B0416A (or 0xB0416A) is unknown color: approx Rouge. HEX triplet: B0, 41 and 6A. RGB value is (176,65,106). Sum of RGB (Red+Green+Blue) = 176+65+106=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0416A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0416A is #4FBE95. Grayscale: #666666. Windows color (decimal): -5226134 or 6963632. OLE color: 6963632.

HSL color Cylindrical-coordinate representation of color #B0416A: hue angle of 337.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0416A is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17665106-
CMYK00.630.400.31
HSL337.84º46.06%47.25%-
HSV(B)337.84º63.07%69.02%-
XYZ22.414.0515.17-
YUV102.86129.77180.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=50.72%
G=18.73%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766510600.630.400.31337.8446.0647.25
HexB0416A03F281F1522e2f
Octal26010115207750375225657
Binary1011000010000011101010011111110100011111101010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0416A; }

 p { color: rgb(176,65,106); }

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

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

 a { background-color: rgb(176,65,106); }

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

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

 span { border-color: rgb(176,65,106); }

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