#B73068

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

Shades of Rouge #B73068

Tints of Rouge #B73068

Color information

#B73068 (or 0xB73068) is unknown color: approx Rouge. HEX triplet: B7, 30 and 68. RGB value is (183,48,104). Sum of RGB (Red+Green+Blue) = 183+48+104=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B73068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73068 is #48CF97. Grayscale: #5E5E5E. Windows color (decimal): -4771736 or 6828215. OLE color: 6828215.

HSL color Cylindrical-coordinate representation of color #B73068: hue angle of 335.11º 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 #B73068 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18348104-
CMYK00.740.430.28
HSL335.11º58.44%45.29%-
HSV(B)335.11º73.77%71.76%-
XYZ23.0813.1814.42-
YUV94.75133.23190.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=54.63%
G=14.33%
B=31.04%

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
Decimal1834810400.740.430.28335.1158.4445.29
HexB7306804A2B1C14f3a2d
Octal26760150011253345177255
Binary1011011111000011010000100101010101111100101001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73068; }

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

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

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

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

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

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

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

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