#B73767

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

Shades of Rouge #B73767

Tints of Rouge #B73767

Color information

#B73767 (or 0xB73767) is unknown color: approx Rouge. HEX triplet: B7, 37 and 67. RGB value is (183,55,103). Sum of RGB (Red+Green+Blue) = 183+55+103=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B73767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73767 is #48C898. Grayscale: #626262. Windows color (decimal): -4769945 or 6764471. OLE color: 6764471.

HSL color Cylindrical-coordinate representation of color #B73767: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73767 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18355103-
CMYK00.700.440.28
HSL337.5º53.78%46.67%-
HSV(B)337.5º69.95%71.76%-
XYZ23.3413.7814.26-
YUV98.74130.41188.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=53.67%
G=16.13%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835510300.700.440.28337.553.7846.67
HexB737670462C1C152362f
Octal26767147010654345226657
Binary1011011111011111001110100011010110011100101010010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73767; }

 p { color: rgb(183,55,103); }

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

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

 a { background-color: rgb(183,55,103); }

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

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

 span { border-color: rgb(183,55,103); }

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