#B93961

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

Shades of Rouge #B93961

Tints of Rouge #B93961

Color information

#B93961 (or 0xB93961) is unknown color: approx Rouge. HEX triplet: B9, 39 and 61. RGB value is (185,57,97). Sum of RGB (Red+Green+Blue) = 185+57+97=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93961 is #46C69E. Grayscale: #636363. Windows color (decimal): -4638367 or 6371769. OLE color: 6371769.

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

Color convert

RGB1855797-
CMYK00.690.480.27
HSL341.25º52.89%47.45%-
HSV(B)341.25º69.19%72.55%-
XYZ23.6314.112.79-
YUV99.83126.41188.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=54.57%
G=16.81%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185579700.690.480.27341.2552.8947.45
HexB93961045301B155352f
Octal27171141010560335256557
Binary1011100111100111000010100010111000011011101010101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93961; }

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

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

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

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

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

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

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

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