#B02A6D

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

Shades of Rouge #B02A6D

Tints of Rouge #B02A6D

Color information

#B02A6D (or 0xB02A6D) is unknown color: approx Rouge. HEX triplet: B0, 2A and 6D. RGB value is (176,42,109). Sum of RGB (Red+Green+Blue) = 176+42+109=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A6D is #4FD592. Grayscale: #595959. Windows color (decimal): -5232019 or 7154352. OLE color: 7154352.

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

Color convert

RGB17642109-
CMYK00.760.380.31
HSL330º61.47%42.75%-
HSV(B)330º76.14%69.02%-
XYZ21.4911.9915.65-
YUV89.7138.89189.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=53.82%
G=12.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764210900.760.380.3133061.4742.75
HexB02A6D04C261F14a3d2b
Octal26052155011446375127553
Binary1011000010101011011010100110010011011111101001010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A6D; }

 p { color: rgb(176,42,109); }

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

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

 a { background-color: rgb(176,42,109); }

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

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

 span { border-color: rgb(176,42,109); }

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