#B92967

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

Shades of Rouge #B92967

Tints of Rouge #B92967

Color information

#B92967 (or 0xB92967) is unknown color: approx Rouge. HEX triplet: B9, 29 and 67. RGB value is (185,41,103). Sum of RGB (Red+Green+Blue) = 185+41+103=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B92967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92967 is #46D698. Grayscale: #5B5B5B. Windows color (decimal): -4642457 or 6760889. OLE color: 6760889.

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

Color convert

RGB18541103-
CMYK00.780.440.27
HSL334.17º63.72%44.31%-
HSV(B)334.17º77.84%72.55%-
XYZ23.2512.8814.09-
YUV91.12134.71194.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=56.23%
G=12.46%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854110300.780.440.27334.1763.7244.31
HexB9296704E2C1B14e402c
Octal271511470116543351610054
Binary10111001101001110011101001110101100110111010011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92967; }

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

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

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

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

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

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

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

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