#B74762

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

Shades of Blush #B74762

Tints of Blush #B74762

Color information

#B74762 (or 0xB74762) is unknown color: approx Blush. HEX triplet: B7, 47 and 62. RGB value is (183,71,98). Sum of RGB (Red+Green+Blue) = 183+71+98=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B74762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74762 is #48B89D. Grayscale: #6B6B6B. Windows color (decimal): -4765854 or 6440887. OLE color: 6440887.

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

Color convert

RGB1837198-
CMYK00.610.460.28
HSL345.54º44.09%49.8%-
HSV(B)345.54º61.2%71.76%-
XYZ23.9915.4613.27-
YUV107.57122.61181.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=51.99%
G=20.17%
B=27.84%

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
Decimal183719800.610.460.28345.5444.0949.8
HexB7476203D2E1C15a2c32
Octal26710714207556345325462
Binary1011011110001111100010011110110111011100101011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74762; }

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

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

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

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

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

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

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

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