#B14568

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

Shades of Rouge #B14568

Tints of Rouge #B14568

Color information

#B14568 (or 0xB14568) is unknown color: approx Rouge. HEX triplet: B1, 45 and 68. RGB value is (177,69,104). Sum of RGB (Red+Green+Blue) = 177+69+104=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B14568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14568 is #4EBA97. Grayscale: #696969. Windows color (decimal): -5159576 or 6833585. OLE color: 6833585.

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

Color convert

RGB17769104-
CMYK00.610.410.31
HSL340.56º43.9%48.24%-
HSV(B)340.56º61.02%69.41%-
XYZ22.7614.614.72-
YUV105.28127.28179.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=50.57%
G=19.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776910400.610.410.31340.5643.948.24
HexB1456803D291F1552c30
Octal26110515007551375255460
Binary1011000110001011101000011110110100111111101010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14568; }

 p { color: rgb(177,69,104); }

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

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

 a { background-color: rgb(177,69,104); }

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

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

 span { border-color: rgb(177,69,104); }

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