#B75A5F

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

Shades of Blush #B75A5F

Tints of Blush #B75A5F

Color information

#B75A5F (or 0xB75A5F) is unknown color: approx Blush. HEX triplet: B7, 5A and 5F. RGB value is (183,90,95). Sum of RGB (Red+Green+Blue) = 183+90+95=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A5F is #48A5A0. Grayscale: #767676. Windows color (decimal): -4760993 or 6249143. OLE color: 6249143.

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

Color convert

RGB1839095-
CMYK00.510.480.28
HSL356.77º39.24%53.53%-
HSV(B)356.77º50.82%71.76%-
XYZ25.2518.2113.01-
YUV118.38114.81174.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=49.73%
G=24.46%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183909500.510.480.28356.7739.2453.53
HexB75A5F033301C1652736
Octal26713213706360345454766
Binary1011011110110101011111011001111000011100101100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A5F; }

 p { color: rgb(183,90,95); }

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

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

 a { background-color: rgb(183,90,95); }

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

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

 span { border-color: rgb(183,90,95); }

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