#B75269

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

Shades of Blush #B75269

Tints of Blush #B75269

Color information

#B75269 (or 0xB75269) is unknown color: approx Blush. HEX triplet: B7, 52 and 69. RGB value is (183,82,105). Sum of RGB (Red+Green+Blue) = 183+82+105=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B75269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75269 is #48AD96. Grayscale: #727272. Windows color (decimal): -4763031 or 6902455. OLE color: 6902455.

HSL color Cylindrical-coordinate representation of color #B75269: hue angle of 346.34º 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 #B75269 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18382105-
CMYK00.550.430.28
HSL346.34º41.22%51.96%-
HSV(B)346.34º55.19%71.76%-
XYZ25.117.1215.35-
YUV114.82122.46176.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=49.46%
G=22.16%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838210500.550.430.28346.3441.2251.96
HexB752690372B1C15a2934
Octal26712215106753345325164
Binary1011011110100101101001011011110101111100101011010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75269; }

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

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

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

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

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

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

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

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