#B92A63

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

Shades of Rouge #B92A63

Tints of Rouge #B92A63

Color information

#B92A63 (or 0xB92A63) is unknown color: approx Rouge. HEX triplet: B9, 2A and 63. RGB value is (185,42,99). Sum of RGB (Red+Green+Blue) = 185+42+99=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A63 is #46D59C. Grayscale: #5B5B5B. Windows color (decimal): -4642205 or 6499001. OLE color: 6499001.

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

Color convert

RGB1854299-
CMYK00.770.460.27
HSL336.08º63%44.51%-
HSV(B)336.08º77.3%72.55%-
XYZ23.0912.8713.07-
YUV91.26132.38194.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=56.75%
G=12.88%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185429900.770.460.27336.086344.51
HexB92A6304D2E1B1503f2d
Octal27152143011556335207755
Binary1011100110101011000110100110110111011011101010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A63; }

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

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

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

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

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

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

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

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