#B62D6A

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

Shades of Rouge #B62D6A

Tints of Rouge #B62D6A

Color information

#B62D6A (or 0xB62D6A) is unknown color: approx Rouge. HEX triplet: B6, 2D and 6A. RGB value is (182,45,106). Sum of RGB (Red+Green+Blue) = 182+45+106=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D6A is #49D295. Grayscale: #5C5C5C. Windows color (decimal): -4838038 or 6958518. OLE color: 6958518.

HSL color Cylindrical-coordinate representation of color #B62D6A: hue angle of 333.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D6A is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18245106-
CMYK00.750.420.29
HSL333.28º60.35%44.51%-
HSV(B)333.28º75.27%71.37%-
XYZ22.8312.8614.92-
YUV92.92135.39191.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=54.65%
G=13.51%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824510600.750.420.29333.2860.3544.51
HexB62D6A04B2A1D14d3c2d
Octal26655152011352355157455
Binary1011011010110111010100100101110101011101101001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D6A; }

 p { color: rgb(182,45,106); }

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

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

 a { background-color: rgb(182,45,106); }

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

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

 span { border-color: rgb(182,45,106); }

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