#B74763

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

Shades of Blush #B74763

Tints of Blush #B74763

Color information

#B74763 (or 0xB74763) is unknown color: approx Blush. HEX triplet: B7, 47 and 63. RGB value is (183,71,99). Sum of RGB (Red+Green+Blue) = 183+71+99=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B74763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74763 is #48B89C. Grayscale: #6B6B6B. Windows color (decimal): -4765853 or 6506423. OLE color: 6506423.

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

Color convert

RGB1837199-
CMYK00.610.460.28
HSL345º44.09%49.8%-
HSV(B)345º61.2%71.76%-
XYZ24.0315.4713.52-
YUV107.68123.11181.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=51.84%
G=20.11%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183719900.610.460.2834544.0949.8
HexB7476303D2E1C1592c32
Octal26710714307556345315462
Binary1011011110001111100011011110110111011100101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74763; }

 p { color: rgb(183,71,99); }

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

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

 a { background-color: rgb(183,71,99); }

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

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

 span { border-color: rgb(183,71,99); }

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