#B62E64

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

Shades of Rouge #B62E64

Tints of Rouge #B62E64

Color information

#B62E64 (or 0xB62E64) is unknown color: approx Rouge. HEX triplet: B6, 2E and 64. RGB value is (182,46,100). Sum of RGB (Red+Green+Blue) = 182+46+100=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E64 is #49D19B. Grayscale: #5C5C5C. Windows color (decimal): -4837788 or 6565558. OLE color: 6565558.

HSL color Cylindrical-coordinate representation of color #B62E64: hue angle of 336.18º 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 #B62E64 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18246100-
CMYK00.750.450.29
HSL336.18º59.65%44.71%-
HSV(B)336.18º74.73%71.37%-
XYZ22.5712.8213.34-
YUV92.82132.06191.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=55.49%
G=14.02%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824610000.750.450.29336.1859.6544.71
HexB62E6404B2D1D1503c2d
Octal26656144011355355207455
Binary1011011010111011001000100101110110111101101010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E64; }

 p { color: rgb(182,46,100); }

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

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

 a { background-color: rgb(182,46,100); }

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

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

 span { border-color: rgb(182,46,100); }

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