#B74665

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

Shades of Blush #B74665

Tints of Blush #B74665

Color information

#B74665 (or 0xB74665) is unknown color: approx Blush. HEX triplet: B7, 46 and 65. RGB value is (183,70,101). Sum of RGB (Red+Green+Blue) = 183+70+101=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B74665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74665 is #48B99A. Grayscale: #6B6B6B. Windows color (decimal): -4766107 or 6637239. OLE color: 6637239.

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

Color convert

RGB18370101-
CMYK00.620.450.28
HSL343.54º44.66%49.61%-
HSV(B)343.54º61.75%71.76%-
XYZ24.0715.3914.01-
YUV107.32124.44181.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=51.69%
G=19.77%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837010100.620.450.28343.5444.6649.61
HexB7466503E2D1C1582d32
Octal26710614507655345305562
Binary1011011110001101100101011111010110111100101011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74665; }

 p { color: rgb(183,70,101); }

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

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

 a { background-color: rgb(183,70,101); }

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

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

 span { border-color: rgb(183,70,101); }

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