#B75066

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

Shades of Blush #B75066

Tints of Blush #B75066

Color information

#B75066 (or 0xB75066) is unknown color: approx Blush. HEX triplet: B7, 50 and 66. RGB value is (183,80,102). Sum of RGB (Red+Green+Blue) = 183+80+102=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B75066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75066 is #48AF99. Grayscale: #717171. Windows color (decimal): -4763546 or 6705335. OLE color: 6705335.

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

Color convert

RGB18380102-
CMYK00.560.440.28
HSL347.18º41.7%51.57%-
HSV(B)347.18º56.28%71.76%-
XYZ24.816.7614.5-
YUV113.3121.62177.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=50.14%
G=21.92%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838010200.560.440.28347.1841.751.57
HexB750660382C1C15b2a34
Octal26712014607054345335264
Binary1011011110100001100110011100010110011100101011011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75066; }

 p { color: rgb(183,80,102); }

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

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

 a { background-color: rgb(183,80,102); }

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

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

 span { border-color: rgb(183,80,102); }

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