#B63960

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

Shades of Rouge #B63960

Tints of Rouge #B63960

Color information

#B63960 (or 0xB63960) is unknown color: approx Rouge. HEX triplet: B6, 39 and 60. RGB value is (182,57,96). Sum of RGB (Red+Green+Blue) = 182+57+96=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B63960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63960 is #49C69F. Grayscale: #626262. Windows color (decimal): -4834976 or 6306230. OLE color: 6306230.

HSL color Cylindrical-coordinate representation of color #B63960: hue angle of 341.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63960 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1825796-
CMYK00.690.470.29
HSL341.28º52.3%46.86%-
HSV(B)341.28º68.68%71.37%-
XYZ22.8713.7212.51-
YUV98.82126.41187.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=54.33%
G=17.01%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182579600.690.470.29341.2852.346.86
HexB639600452F1D155342f
Octal26671140010557355256457
Binary1011011011100111000000100010110111111101101010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63960; }

 p { color: rgb(182,57,96); }

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

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

 a { background-color: rgb(182,57,96); }

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

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

 span { border-color: rgb(182,57,96); }

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