#B02F6E

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

Shades of Rouge #B02F6E

Tints of Rouge #B02F6E

Color information

#B02F6E (or 0xB02F6E) is unknown color: approx Rouge. HEX triplet: B0, 2F and 6E. RGB value is (176,47,110). Sum of RGB (Red+Green+Blue) = 176+47+110=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F6E is #4FD091. Grayscale: #5C5C5C. Windows color (decimal): -5230738 or 7221168. OLE color: 7221168.

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

Color convert

RGB17647110-
CMYK00.730.370.31
HSL330.7º57.85%43.73%-
HSV(B)330.7º73.3%69.02%-
XYZ21.7412.3916-
YUV92.75137.74187.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 47 (18.75% from 255) = 14.11%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=52.85%
G=14.11%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764711000.730.370.31330.757.8543.73
HexB02F6E049251F14b3a2c
Octal26057156011145375137254
Binary1011000010111111011100100100110010111111101001011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F6E; }

 p { color: rgb(176,47,110); }

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

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

 a { background-color: rgb(176,47,110); }

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

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

 span { border-color: rgb(176,47,110); }

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