#B05B5F

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

Shades of Blush #B05B5F

Tints of Blush #B05B5F

Color information

#B05B5F (or 0xB05B5F) is unknown color: approx Blush. HEX triplet: B0, 5B and 5F. RGB value is (176,91,95). Sum of RGB (Red+Green+Blue) = 176+91+95=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B5F is #4FA4A0. Grayscale: #747474. Windows color (decimal): -5219489 or 6249392. OLE color: 6249392.

HSL color Cylindrical-coordinate representation of color #B05B5F: hue angle of 357.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05B5F is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1769195-
CMYK00.480.460.31
HSL357.18º34.98%52.35%-
HSV(B)357.18º48.3%69.02%-
XYZ23.7117.5412.96-
YUV116.87115.66170.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=48.62%
G=25.14%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176919500.480.460.31357.1834.9852.35
HexB05B5F0302E1F1652334
Octal26013313706056375454364
Binary1011000010110111011111011000010111011111101100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B5F; }

 p { color: rgb(176,91,95); }

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

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

 a { background-color: rgb(176,91,95); }

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

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

 span { border-color: rgb(176,91,95); }

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