#B93A6B

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

Shades of Rouge #B93A6B

Tints of Rouge #B93A6B

Color information

#B93A6B (or 0xB93A6B) is unknown color: approx Rouge. HEX triplet: B9, 3A and 6B. RGB value is (185,58,107). Sum of RGB (Red+Green+Blue) = 185+58+107=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A6B is #46C594. Grayscale: #656565. Windows color (decimal): -4638101 or 7027385. OLE color: 7027385.

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

Color convert

RGB18558107-
CMYK00.690.420.27
HSL336.85º52.26%47.65%-
HSV(B)336.85º68.65%72.55%-
XYZ24.1714.415.42-
YUV101.56131.08187.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=52.86%
G=16.57%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855810700.690.420.27336.8552.2647.65
HexB93A6B0452A1B1513430
Octal27172153010552335216460
Binary1011100111101011010110100010110101011011101010001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A6B; }

 p { color: rgb(185,58,107); }

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

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

 a { background-color: rgb(185,58,107); }

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

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

 span { border-color: rgb(185,58,107); }

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