#B93967

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

Shades of Rouge #B93967

Tints of Rouge #B93967

Color information

#B93967 (or 0xB93967) is unknown color: approx Rouge. HEX triplet: B9, 39 and 67. RGB value is (185,57,103). Sum of RGB (Red+Green+Blue) = 185+57+103=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B93967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93967 is #46C698. Grayscale: #646464. Windows color (decimal): -4638361 or 6764985. OLE color: 6764985.

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

Color convert

RGB18557103-
CMYK00.690.440.27
HSL338.44º52.89%47.45%-
HSV(B)338.44º69.19%72.55%-
XYZ23.9214.2214.32-
YUV100.52129.41188.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=53.62%
G=16.52%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855710300.690.440.27338.4452.8947.45
HexB939670452C1B152352f
Octal27171147010554335226557
Binary1011100111100111001110100010110110011011101010010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93967; }

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

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

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

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

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

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

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

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