#B02E68

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

Shades of Rouge #B02E68

Tints of Rouge #B02E68

Color information

#B02E68 (or 0xB02E68) is unknown color: approx Rouge. HEX triplet: B0, 2E and 68. RGB value is (176,46,104). Sum of RGB (Red+Green+Blue) = 176+46+104=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E68 is #4FD197. Grayscale: #5B5B5B. Windows color (decimal): -5231000 or 6827696. OLE color: 6827696.

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

Color convert

RGB17646104-
CMYK00.740.410.31
HSL333.23º58.56%43.53%-
HSV(B)333.23º73.86%69.02%-
XYZ21.3812.1814.32-
YUV91.48135.07188.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.99%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=53.99%
G=14.11%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764610400.740.410.31333.2358.5643.53
HexB02E6804A291F14d3b2c
Octal26056150011251375157354
Binary1011000010111011010000100101010100111111101001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E68; }

 p { color: rgb(176,46,104); }

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

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

 a { background-color: rgb(176,46,104); }

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

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

 span { border-color: rgb(176,46,104); }

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