#B75969

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

Shades of Blush #B75969

Tints of Blush #B75969

Color information

#B75969 (or 0xB75969) is unknown color: approx Blush. HEX triplet: B7, 59 and 69. RGB value is (183,89,105). Sum of RGB (Red+Green+Blue) = 183+89+105=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B75969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75969 is #48A696. Grayscale: #767676. Windows color (decimal): -4761239 or 6904247. OLE color: 6904247.

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

Color convert

RGB18389105-
CMYK00.510.430.28
HSL349.79º39.5%53.33%-
HSV(B)349.79º51.37%71.76%-
XYZ25.6518.2315.53-
YUV118.93120.14173.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=48.54%
G=23.61%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838910500.510.430.28349.7939.553.33
HexB759690332B1C15e2735
Octal26713115106353345364765
Binary1011011110110011101001011001110101111100101011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75969; }

 p { color: rgb(183,89,105); }

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

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

 a { background-color: rgb(183,89,105); }

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

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

 span { border-color: rgb(183,89,105); }

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