#B75668

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

Shades of Blush #B75668

Tints of Blush #B75668

Color information

#B75668 (or 0xB75668) is unknown color: approx Blush. HEX triplet: B7, 56 and 68. RGB value is (183,86,104). Sum of RGB (Red+Green+Blue) = 183+86+104=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B75668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75668 is #48A997. Grayscale: #757575. Windows color (decimal): -4762008 or 6837943. OLE color: 6837943.

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

Color convert

RGB18386104-
CMYK00.530.430.28
HSL348.87º40.25%52.75%-
HSV(B)348.87º53.01%71.76%-
XYZ25.3517.7215.18-
YUV117.06120.64175.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=49.06%
G=23.06%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838610400.530.430.28348.8740.2552.75
HexB756680352B1C15d2835
Octal26712615006553345355065
Binary1011011110101101101000011010110101111100101011101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75668; }

 p { color: rgb(183,86,104); }

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

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

 a { background-color: rgb(183,86,104); }

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

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

 span { border-color: rgb(183,86,104); }

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