#B92666

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

Shades of Rouge #B92666

Tints of Rouge #B92666

Color information

#B92666 (or 0xB92666) is unknown color: approx Rouge. HEX triplet: B9, 26 and 66. RGB value is (185,38,102). Sum of RGB (Red+Green+Blue) = 185+38+102=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B92666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92666 is #46D999. Grayscale: #595959. Windows color (decimal): -4643226 or 6694585. OLE color: 6694585.

HSL color Cylindrical-coordinate representation of color #B92666: hue angle of 333.88º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92666 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18538102-
CMYK00.790.450.27
HSL333.88º65.92%43.73%-
HSV(B)333.88º79.46%72.55%-
XYZ23.112.6613.8-
YUV89.25135.2196.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=56.92%
G=11.69%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853810200.790.450.27333.8865.9243.73
HexB9266604F2D1B14e422c
Octal271461460117553351610254
Binary10111001100110110011001001111101101110111010011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92666; }

 p { color: rgb(185,38,102); }

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

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

 a { background-color: rgb(185,38,102); }

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

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

 span { border-color: rgb(185,38,102); }

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