#B62669

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

Shades of Rouge #B62669

Tints of Rouge #B62669

Color information

#B62669 (or 0xB62669) is unknown color: approx Rouge. HEX triplet: B6, 26 and 69. RGB value is (182,38,105). Sum of RGB (Red+Green+Blue) = 182+38+105=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B62669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62669 is #49D996. Grayscale: #585858. Windows color (decimal): -4839831 or 6891190. OLE color: 6891190.

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

Color convert

RGB18238105-
CMYK00.790.420.29
HSL332.08º65.45%43.14%-
HSV(B)332.08º79.12%71.37%-
XYZ22.5312.3514.56-
YUV88.69137.21194.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=56%
G=11.69%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823810500.790.420.29332.0865.4543.14
HexB6266904F2A1D14c412b
Octal266461510117523551410153
Binary10110110100110110100101001111101010111011010011001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62669; }

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

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

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

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

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

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

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

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