#B62867

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

Shades of Rouge #B62867

Tints of Rouge #B62867

Color information

#B62867 (or 0xB62867) is unknown color: approx Rouge. HEX triplet: B6, 28 and 67. RGB value is (182,40,103). Sum of RGB (Red+Green+Blue) = 182+40+103=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B62867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62867 is #49D798. Grayscale: #595959. Windows color (decimal): -4839321 or 6760630. OLE color: 6760630.

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

Color convert

RGB18240103-
CMYK00.780.430.29
HSL333.38º63.96%43.53%-
HSV(B)333.38º78.02%71.37%-
XYZ22.512.4414.05-
YUV89.64135.54193.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=56%
G=12.31%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824010300.780.430.29333.3863.9643.53
HexB6286704E2B1D14d402c
Octal266501470116533551510054
Binary10110110101000110011101001110101011111011010011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62867; }

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

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

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

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

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

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

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

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