#B62865

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

Shades of Rouge #B62865

Tints of Rouge #B62865

Color information

#B62865 (or 0xB62865) is unknown color: approx Rouge. HEX triplet: B6, 28 and 65. RGB value is (182,40,101). Sum of RGB (Red+Green+Blue) = 182+40+101=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B62865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62865 is #49D79A. Grayscale: #595959. Windows color (decimal): -4839323 or 6629558. OLE color: 6629558.

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

Color convert

RGB18240101-
CMYK00.780.450.29
HSL334.23º63.96%43.53%-
HSV(B)334.23º78.02%71.37%-
XYZ22.412.413.53-
YUV89.41134.54194.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=56.35%
G=12.38%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824010100.780.450.29334.2363.9643.53
HexB6286504E2D1D14e402c
Octal266501450116553551610054
Binary10110110101000110010101001110101101111011010011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62865; }

 p { color: rgb(182,40,101); }

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

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

 a { background-color: rgb(182,40,101); }

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

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

 span { border-color: rgb(182,40,101); }

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