#B93260

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

Shades of Rouge #B93260

Tints of Rouge #B93260

Color information

#B93260 (or 0xB93260) is unknown color: approx Rouge. HEX triplet: B9, 32 and 60. RGB value is (185,50,96). Sum of RGB (Red+Green+Blue) = 185+50+96=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B93260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93260 is #46CD9F. Grayscale: #5F5F5F. Windows color (decimal): -4640160 or 6304441. OLE color: 6304441.

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

Color convert

RGB1855096-
CMYK00.730.480.27
HSL339.56º57.45%46.08%-
HSV(B)339.56º72.97%72.55%-
XYZ23.2613.4412.43-
YUV95.61128.23191.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=55.89%
G=15.11%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185509600.730.480.27339.5657.4546.08
HexB93260049301B154392e
Octal27162140011160335247156
Binary1011100111001011000000100100111000011011101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93260; }

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

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

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

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

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

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

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

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