#B92B6A

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

Shades of Rouge #B92B6A

Tints of Rouge #B92B6A

Color information

#B92B6A (or 0xB92B6A) is unknown color: approx Rouge. HEX triplet: B9, 2B and 6A. RGB value is (185,43,106). Sum of RGB (Red+Green+Blue) = 185+43+106=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B6A is #46D495. Grayscale: #5C5C5C. Windows color (decimal): -4641942 or 6958009. OLE color: 6958009.

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

Color convert

RGB18543106-
CMYK00.770.430.27
HSL333.38º62.28%44.71%-
HSV(B)333.38º76.76%72.55%-
XYZ23.4713.0814.92-
YUV92.64135.54193.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=55.39%
G=12.87%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854310600.770.430.27333.3862.2844.71
HexB92B6A04D2B1B14d3e2d
Octal27153152011553335157655
Binary1011100110101111010100100110110101111011101001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B6A; }

 p { color: rgb(185,43,106); }

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

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

 a { background-color: rgb(185,43,106); }

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

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

 span { border-color: rgb(185,43,106); }

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