#B02B68

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

Shades of Rouge #B02B68

Tints of Rouge #B02B68

Color information

#B02B68 (or 0xB02B68) is unknown color: approx Rouge. HEX triplet: B0, 2B and 68. RGB value is (176,43,104). Sum of RGB (Red+Green+Blue) = 176+43+104=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B68 is #4FD497. Grayscale: #595959. Windows color (decimal): -5231768 or 6826928. OLE color: 6826928.

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

Color convert

RGB17643104-
CMYK00.760.410.31
HSL332.48º60.73%42.94%-
HSV(B)332.48º75.57%69.02%-
XYZ21.2711.9614.28-
YUV89.72136.06189.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=54.49%
G=13.31%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764310400.760.410.31332.4860.7342.94
HexB02B6804C291F14c3d2b
Octal26053150011451375147553
Binary1011000010101111010000100110010100111111101001100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B68; }

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

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

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

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

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

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

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

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