#B73069

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

Shades of Rouge #B73069

Tints of Rouge #B73069

Color information

#B73069 (or 0xB73069) is unknown color: approx Rouge. HEX triplet: B7, 30 and 69. RGB value is (183,48,105). Sum of RGB (Red+Green+Blue) = 183+48+105=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B73069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73069 is #48CF96. Grayscale: #5E5E5E. Windows color (decimal): -4771735 or 6893751. OLE color: 6893751.

HSL color Cylindrical-coordinate representation of color #B73069: hue angle of 334.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73069 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18348105-
CMYK00.740.430.28
HSL334.67º58.44%45.29%-
HSV(B)334.67º73.77%71.76%-
XYZ23.1413.214.69-
YUV94.86133.73190.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=54.46%
G=14.29%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834810500.740.430.28334.6758.4445.29
HexB7306904A2B1C14f3a2d
Octal26760151011253345177255
Binary1011011111000011010010100101010101111100101001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73069; }

 p { color: rgb(183,48,105); }

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

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

 a { background-color: rgb(183,48,105); }

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

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

 span { border-color: rgb(183,48,105); }

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