#B92D6B

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

Shades of Rouge #B92D6B

Tints of Rouge #B92D6B

Color information

#B92D6B (or 0xB92D6B) is unknown color: approx Rouge. HEX triplet: B9, 2D and 6B. RGB value is (185,45,107). Sum of RGB (Red+Green+Blue) = 185+45+107=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D6B is #46D294. Grayscale: #5D5D5D. Windows color (decimal): -4641429 or 7024057. OLE color: 7024057.

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

Color convert

RGB18545107-
CMYK00.760.420.27
HSL333.43º60.87%45.1%-
HSV(B)333.43º75.68%72.55%-
XYZ23.613.2515.22-
YUV93.93135.38192.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=54.90%
G=13.35%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854510700.760.420.27333.4360.8745.1
HexB92D6B04C2A1B14d3d2d
Octal27155153011452335157555
Binary1011100110110111010110100110010101011011101001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D6B; }

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

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

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

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

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

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

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

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