#B92E61

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

Shades of Rouge #B92E61

Tints of Rouge #B92E61

Color information

#B92E61 (or 0xB92E61) is unknown color: approx Rouge. HEX triplet: B9, 2E and 61. RGB value is (185,46,97). Sum of RGB (Red+Green+Blue) = 185+46+97=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E61 is #46D19E. Grayscale: #5D5D5D. Windows color (decimal): -4641183 or 6368953. OLE color: 6368953.

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

Color convert

RGB1854697-
CMYK00.750.480.27
HSL337.99º60.17%45.29%-
HSV(B)337.99º75.14%72.55%-
XYZ23.1413.1312.62-
YUV93.38130.05193.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=56.40%
G=14.02%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185469700.750.480.27337.9960.1745.29
HexB92E6104B301B1523c2d
Octal27156141011360335227455
Binary1011100110111011000010100101111000011011101010010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E61; }

 p { color: rgb(185,46,97); }

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

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

 a { background-color: rgb(185,46,97); }

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

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

 span { border-color: rgb(185,46,97); }

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