#B62E67

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

Shades of Rouge #B62E67

Tints of Rouge #B62E67

Color information

#B62E67 (or 0xB62E67) is unknown color: approx Rouge. HEX triplet: B6, 2E and 67. RGB value is (182,46,103). Sum of RGB (Red+Green+Blue) = 182+46+103=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E67 is #49D198. Grayscale: #5D5D5D. Windows color (decimal): -4837785 or 6762166. OLE color: 6762166.

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

Color convert

RGB18246103-
CMYK00.750.430.29
HSL334.85º59.65%44.71%-
HSV(B)334.85º74.73%71.37%-
XYZ22.7212.8814.12-
YUV93.16133.56191.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=54.98%
G=13.90%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824610300.750.430.29334.8559.6544.71
HexB62E6704B2B1D14f3c2d
Octal26656147011353355177455
Binary1011011010111011001110100101110101111101101001111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E67; }

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

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

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

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

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

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

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

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