#B02B67

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

Shades of Rouge #B02B67

Tints of Rouge #B02B67

Color information

#B02B67 (or 0xB02B67) is unknown color: approx Rouge. HEX triplet: B0, 2B and 67. RGB value is (176,43,103). Sum of RGB (Red+Green+Blue) = 176+43+103=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B67 is #4FD498. Grayscale: #595959. Windows color (decimal): -5231769 or 6761392. OLE color: 6761392.

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

Color convert

RGB17643103-
CMYK00.760.410.31
HSL332.93º60.73%42.94%-
HSV(B)332.93º75.57%69.02%-
XYZ21.2211.9414.02-
YUV89.61135.56189.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=54.66%
G=13.35%
B=31.99%

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
Decimal1764310300.760.410.31332.9360.7342.94
HexB02B6704C291F14d3d2b
Octal26053147011451375157553
Binary1011000010101111001110100110010100111111101001101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B67; }

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

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

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

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

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

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

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

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