#B02E67

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

Shades of Rouge #B02E67

Tints of Rouge #B02E67

Color information

#B02E67 (or 0xB02E67) is unknown color: approx Rouge. HEX triplet: B0, 2E and 67. RGB value is (176,46,103). Sum of RGB (Red+Green+Blue) = 176+46+103=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E67 is #4FD198. Grayscale: #5B5B5B. Windows color (decimal): -5231001 or 6762160. OLE color: 6762160.

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

Color convert

RGB17646103-
CMYK00.740.410.31
HSL333.69º58.56%43.53%-
HSV(B)333.69º73.86%69.02%-
XYZ21.3312.1614.06-
YUV91.37134.57188.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=54.15%
G=14.15%
B=31.69%

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
Decimal1764610300.740.410.31333.6958.5643.53
HexB02E6704A291F14e3b2c
Octal26056147011251375167354
Binary1011000010111011001110100101010100111111101001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E67; }

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

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

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

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

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

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

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

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