#B03664

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

Shades of Rouge #B03664

Tints of Rouge #B03664

Color information

#B03664 (or 0xB03664) is unknown color: approx Rouge. HEX triplet: B0, 36 and 64. RGB value is (176,54,100). Sum of RGB (Red+Green+Blue) = 176+54+100=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03664 is #4FC99B. Grayscale: #5F5F5F. Windows color (decimal): -5228956 or 6567600. OLE color: 6567600.

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

Color convert

RGB17654100-
CMYK00.690.430.31
HSL337.38º53.04%45.1%-
HSV(B)337.38º69.32%69.02%-
XYZ21.5212.7913.39-
YUV95.72130.42185.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=53.33%
G=16.36%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765410000.690.430.31337.3853.0445.1
HexB036640452B1F151352d
Octal26066144010553375216555
Binary1011000011011011001000100010110101111111101010001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03664; }

 p { color: rgb(176,54,100); }

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

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

 a { background-color: rgb(176,54,100); }

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

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

 span { border-color: rgb(176,54,100); }

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