#B92D63

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

Shades of Rouge #B92D63

Tints of Rouge #B92D63

Color information

#B92D63 (or 0xB92D63) is unknown color: approx Rouge. HEX triplet: B9, 2D and 63. RGB value is (185,45,99). Sum of RGB (Red+Green+Blue) = 185+45+99=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D63 is #46D29C. Grayscale: #5C5C5C. Windows color (decimal): -4641437 or 6499769. OLE color: 6499769.

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

Color convert

RGB1854599-
CMYK00.760.460.27
HSL336.86º60.87%45.1%-
HSV(B)336.86º75.68%72.55%-
XYZ23.213.0913.11-
YUV93.02131.38193.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=56.23%
G=13.68%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185459900.760.460.27336.8660.8745.1
HexB92D6304C2E1B1513d2d
Octal27155143011456335217555
Binary1011100110110111000110100110010111011011101010001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D63; }

 p { color: rgb(185,45,99); }

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

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

 a { background-color: rgb(185,45,99); }

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

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

 span { border-color: rgb(185,45,99); }

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