#B15E55

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

Shades of Apple Blossom #B15E55

Tints of Apple Blossom #B15E55

Color information

#B15E55 (or 0xB15E55) is unknown color: approx Apple Blossom. HEX triplet: B1, 5E and 55. RGB value is (177,94,85). Sum of RGB (Red+Green+Blue) = 177+94+85=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E55 is #4EA1AA. Grayscale: #757575. Windows color (decimal): -5153195 or 5594801. OLE color: 5594801.

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

Color convert

RGB1779485-
CMYK00.470.520.31
HSL5.87º37.1%51.37%-
HSV(B)5.87º51.98%69.41%-
XYZ23.7718.0110.82-
YUV117.79109.5170.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=49.72%
G=26.40%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177948500.470.520.315.8737.151.37
HexB15E5502F341F62533
Octal261136125057643764563
Binary1011000110111101010101010111111010011111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E55; }

 p { color: rgb(177,94,85); }

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

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

 a { background-color: rgb(177,94,85); }

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

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

 span { border-color: rgb(177,94,85); }

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