#B75265

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

Shades of Blush #B75265

Tints of Blush #B75265

Color information

#B75265 (or 0xB75265) is unknown color: approx Blush. HEX triplet: B7, 52 and 65. RGB value is (183,82,101). Sum of RGB (Red+Green+Blue) = 183+82+101=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B75265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75265 is #48AD9A. Grayscale: #727272. Windows color (decimal): -4763035 or 6640311. OLE color: 6640311.

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

Color convert

RGB18382101-
CMYK00.550.450.28
HSL348.71º41.22%51.96%-
HSV(B)348.71º55.19%71.76%-
XYZ24.8917.0414.29-
YUV114.36120.46176.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=50%
G=22.40%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838210100.550.450.28348.7141.2251.96
HexB752650372D1C15d2934
Octal26712214506755345355164
Binary1011011110100101100101011011110110111100101011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75265; }

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

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

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

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

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

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

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

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