#B75165

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

Shades of Blush #B75165

Tints of Blush #B75165

Color information

#B75165 (or 0xB75165) is unknown color: approx Blush. HEX triplet: B7, 51 and 65. RGB value is (183,81,101). Sum of RGB (Red+Green+Blue) = 183+81+101=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B75165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75165 is #48AE9A. Grayscale: #717171. Windows color (decimal): -4763291 or 6640055. OLE color: 6640055.

HSL color Cylindrical-coordinate representation of color #B75165: hue angle of 348.24º degrees, saturation: 0.41, 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 #B75165 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18381101-
CMYK00.560.450.28
HSL348.24º41.46%51.76%-
HSV(B)348.24º55.74%71.76%-
XYZ24.8216.8914.26-
YUV113.78120.79177.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=50.14%
G=22.19%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838110100.560.450.28348.2441.4651.76
HexB751650382D1C15c2934
Octal26712114507055345345164
Binary1011011110100011100101011100010110111100101011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75165; }

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

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

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

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

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

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

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

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