#B05857

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

Shades of Apple Blossom #B05857

Tints of Apple Blossom #B05857

Color information

#B05857 (or 0xB05857) is unknown color: approx Apple Blossom. HEX triplet: B0, 58 and 57. RGB value is (176,88,87). Sum of RGB (Red+Green+Blue) = 176+88+87=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B05857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05857 is #4FA7A8. Grayscale: #727272. Windows color (decimal): -5220265 or 5724336. OLE color: 5724336.

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

Color convert

RGB1768887-
CMYK00.500.510.31
HSL0.67º36.03%51.57%-
HSV(B)0.67º50.57%69.02%-
XYZ23.1116.911.06-
YUV114.2112.65172.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=50.14%
G=25.07%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176888700.500.510.310.6736.0351.57
HexB05857032331F12434
Octal260130127062633714464
Binary10110000101100010101110110010110011111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05857; }

 p { color: rgb(176,88,87); }

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

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

 a { background-color: rgb(176,88,87); }

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

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

 span { border-color: rgb(176,88,87); }

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