#B93567

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

Shades of Rouge #B93567

Tints of Rouge #B93567

Color information

#B93567 (or 0xB93567) is unknown color: approx Rouge. HEX triplet: B9, 35 and 67. RGB value is (185,53,103). Sum of RGB (Red+Green+Blue) = 185+53+103=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B93567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93567 is #46CA98. Grayscale: #626262. Windows color (decimal): -4639385 or 6763961. OLE color: 6763961.

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

Color convert

RGB18553103-
CMYK00.710.440.27
HSL337.27º55.46%46.67%-
HSV(B)337.27º71.35%72.55%-
XYZ23.7313.8414.25-
YUV98.17130.73189.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=54.25%
G=15.54%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855310300.710.440.27337.2755.4646.67
HexB935670472C1B151372f
Octal27165147010754335216757
Binary1011100111010111001110100011110110011011101010001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93567; }

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

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

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

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

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

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

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

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