#B02E69

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

Shades of Rouge #B02E69

Tints of Rouge #B02E69

Color information

#B02E69 (or 0xB02E69) is unknown color: approx Rouge. HEX triplet: B0, 2E and 69. RGB value is (176,46,105). Sum of RGB (Red+Green+Blue) = 176+46+105=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E69 is #4FD196. Grayscale: #5B5B5B. Windows color (decimal): -5230999 or 6893232. OLE color: 6893232.

HSL color Cylindrical-coordinate representation of color #B02E69: hue angle of 332.77º 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 #B02E69 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17646105-
CMYK00.740.400.31
HSL332.77º58.56%43.53%-
HSV(B)332.77º73.86%69.02%-
XYZ21.4312.214.59-
YUV91.6135.57188.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=53.82%
G=14.07%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764610500.740.400.31332.7758.5643.53
HexB02E6904A281F14d3b2c
Octal26056151011250375157354
Binary1011000010111011010010100101010100011111101001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E69; }

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

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

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

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

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

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

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

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