#B92B68

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

Shades of Rouge #B92B68

Tints of Rouge #B92B68

Color information

#B92B68 (or 0xB92B68) is unknown color: approx Rouge. HEX triplet: B9, 2B and 68. RGB value is (185,43,104). Sum of RGB (Red+Green+Blue) = 185+43+104=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92B68 is #46D497. Grayscale: #5C5C5C. Windows color (decimal): -4641944 or 6826937. OLE color: 6826937.

HSL color Cylindrical-coordinate representation of color #B92B68: hue angle of 334.23º 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 #B92B68 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18543104-
CMYK00.770.440.27
HSL334.23º62.28%44.71%-
HSV(B)334.23º76.76%72.55%-
XYZ23.3713.0414.38-
YUV92.41134.54194.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=55.72%
G=12.95%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854310400.770.440.27334.2362.2844.71
HexB92B6804D2C1B14e3e2d
Octal27153150011554335167655
Binary1011100110101111010000100110110110011011101001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B68; }

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

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

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

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

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

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

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

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