#B73E67

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

Shades of Rouge #B73E67

Tints of Rouge #B73E67

Color information

#B73E67 (or 0xB73E67) is unknown color: approx Rouge. HEX triplet: B7, 3E and 67. RGB value is (183,62,103). Sum of RGB (Red+Green+Blue) = 183+62+103=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E67 is #48C198. Grayscale: #666666. Windows color (decimal): -4768153 or 6766263. OLE color: 6766263.

HSL color Cylindrical-coordinate representation of color #B73E67: hue angle of 339.67º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E67 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18362103-
CMYK00.660.440.28
HSL339.67º49.39%48.04%-
HSV(B)339.67º66.12%71.76%-
XYZ23.714.4914.38-
YUV102.85128.09185.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 62 (24.61% from 255) = 17.82%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=52.59%
G=17.82%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836210300.660.440.28339.6749.3948.04
HexB73E670422C1C1543130
Octal26776147010254345246160
Binary1011011111111011001110100001010110011100101010100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E67; }

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

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

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

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

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

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

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

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