#B93761

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

Shades of Rouge #B93761

Tints of Rouge #B93761

Color information

#B93761 (or 0xB93761) is unknown color: approx Rouge. HEX triplet: B9, 37 and 61. RGB value is (185,55,97). Sum of RGB (Red+Green+Blue) = 185+55+97=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93761 is #46C89E. Grayscale: #626262. Windows color (decimal): -4638879 or 6371257. OLE color: 6371257.

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

Color convert

RGB1855597-
CMYK00.700.480.27
HSL340.62º54.17%47.06%-
HSV(B)340.62º70.27%72.55%-
XYZ23.5313.9112.75-
YUV98.66127.07189.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=54.90%
G=16.32%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185559700.700.480.27340.6254.1747.06
HexB93761046301B155362f
Octal27167141010660335256657
Binary1011100111011111000010100011011000011011101010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93761; }

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

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

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

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

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

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

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

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