#B92E60

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

Shades of Rouge #B92E60

Tints of Rouge #B92E60

Color information

#B92E60 (or 0xB92E60) is unknown color: approx Rouge. HEX triplet: B9, 2E and 60. RGB value is (185,46,96). Sum of RGB (Red+Green+Blue) = 185+46+96=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E60 is #46D19F. Grayscale: #5D5D5D. Windows color (decimal): -4641184 or 6303417. OLE color: 6303417.

HSL color Cylindrical-coordinate representation of color #B92E60: hue angle of 338.42º 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 #B92E60 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1854696-
CMYK00.750.480.27
HSL338.42º60.17%45.29%-
HSV(B)338.42º75.14%72.55%-
XYZ23.113.1112.38-
YUV93.26129.55193.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=56.57%
G=14.07%
B=29.36%

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
Decimal185469600.750.480.27338.4260.1745.29
HexB92E6004B301B1523c2d
Octal27156140011360335227455
Binary1011100110111011000000100101111000011011101010010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E60; }

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

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

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

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

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

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

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

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