#B93467

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

Shades of Rouge #B93467

Tints of Rouge #B93467

Color information

#B93467 (or 0xB93467) is unknown color: approx Rouge. HEX triplet: B9, 34 and 67. RGB value is (185,52,103). Sum of RGB (Red+Green+Blue) = 185+52+103=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93467 is #46CB98. Grayscale: #616161. Windows color (decimal): -4639641 or 6763705. OLE color: 6763705.

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

Color convert

RGB18552103-
CMYK00.720.440.27
HSL336.99º56.12%46.47%-
HSV(B)336.99º71.89%72.55%-
XYZ23.6813.7514.24-
YUV97.58131.06190.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=54.41%
G=15.29%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855210300.720.440.27336.9956.1246.47
HexB934670482C1B151382e
Octal27164147011054335217056
Binary1011100111010011001110100100010110011011101010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93467; }

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

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

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

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

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

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

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

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