#B92C6C

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

Shades of Rouge #B92C6C

Tints of Rouge #B92C6C

Color information

#B92C6C (or 0xB92C6C) is unknown color: approx Rouge. HEX triplet: B9, 2C and 6C. RGB value is (185,44,108). Sum of RGB (Red+Green+Blue) = 185+44+108=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C6C is #46D393. Grayscale: #5D5D5D. Windows color (decimal): -4641684 or 7089337. OLE color: 7089337.

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

Color convert

RGB18544108-
CMYK00.760.420.27
HSL332.77º61.57%44.9%-
HSV(B)332.77º76.22%72.55%-
XYZ23.6213.215.49-
YUV93.46136.21193.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=54.90%
G=13.06%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854410800.760.420.27332.7761.5744.9
HexB92C6C04C2A1B14d3e2d
Octal27154154011452335157655
Binary1011100110110011011000100110010101011011101001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92C6C; }

 p { color: rgb(185,44,108); }

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

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

 a { background-color: rgb(185,44,108); }

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

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

 span { border-color: rgb(185,44,108); }

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