#B62661

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

Shades of Rouge #B62661

Tints of Rouge #B62661

Color information

#B62661 (or 0xB62661) is unknown color: approx Rouge. HEX triplet: B6, 26 and 61. RGB value is (182,38,97). Sum of RGB (Red+Green+Blue) = 182+38+97=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B62661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62661 is #49D99E. Grayscale: #575757. Windows color (decimal): -4839839 or 6366902. OLE color: 6366902.

HSL color Cylindrical-coordinate representation of color #B62661: hue angle of 335.42º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62661 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1823897-
CMYK00.790.470.29
HSL335.42º65.45%43.14%-
HSV(B)335.42º79.12%71.37%-
XYZ22.1412.1912.5-
YUV87.78133.21195.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=57.41%
G=11.99%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182389700.790.470.29335.4265.4543.14
HexB6266104F2F1D14f412b
Octal266461410117573551710153
Binary10110110100110110000101001111101111111011010011111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62661; }

 p { color: rgb(182,38,97); }

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

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

 a { background-color: rgb(182,38,97); }

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

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

 span { border-color: rgb(182,38,97); }

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