#B05757

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

Shades of Apple Blossom #B05757

Tints of Apple Blossom #B05757

Color information

#B05757 (or 0xB05757) is unknown color: approx Apple Blossom. HEX triplet: B0, 57 and 57. RGB value is (176,87,87). Sum of RGB (Red+Green+Blue) = 176+87+87=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05757 is #4FA8A8. Grayscale: #717171. Windows color (decimal): -5220521 or 5724080. OLE color: 5724080.

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

Color convert

RGB1768787-
CMYK00.510.510.31
HSL36.03%51.57%-
HSV(B)50.57%69.02%-
XYZ23.0316.7311.03-
YUV113.61112.99172.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=50.29%
G=24.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176878700.510.510.31036.0351.57
HexB05757033331F02434
Octal260127127063633704464
Binary10110000101011110101110110011110011111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05757; }

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

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

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

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

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

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

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

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