#B02C67

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

Shades of Rouge #B02C67

Tints of Rouge #B02C67

Color information

#B02C67 (or 0xB02C67) is unknown color: approx Rouge. HEX triplet: B0, 2C and 67. RGB value is (176,44,103). Sum of RGB (Red+Green+Blue) = 176+44+103=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C67 is #4FD398. Grayscale: #5A5A5A. Windows color (decimal): -5231513 or 6761648. OLE color: 6761648.

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

Color convert

RGB17644103-
CMYK00.750.410.31
HSL333.18º60%43.14%-
HSV(B)333.18º75%69.02%-
XYZ21.2512.0114.03-
YUV90.19135.23189.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=54.49%
G=13.62%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764410300.750.410.31333.186043.14
HexB02C6704B291F14d3c2b
Octal26054147011351375157453
Binary1011000010110011001110100101110100111111101001101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C67; }

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

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

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

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

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

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

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

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