#B15A56

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

Shades of Apple Blossom #B15A56

Tints of Apple Blossom #B15A56

Color information

#B15A56 (or 0xB15A56) is unknown color: approx Apple Blossom. HEX triplet: B1, 5A and 56. RGB value is (177,90,86). Sum of RGB (Red+Green+Blue) = 177+90+86=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A56 is #4EA5A9. Grayscale: #737373. Windows color (decimal): -5154218 or 5659313. OLE color: 5659313.

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

Color convert

RGB1779086-
CMYK00.490.510.31
HSL2.64º36.84%51.57%-
HSV(B)2.64º51.41%69.41%-
XYZ23.4717.3310.91-
YUV115.56111.32171.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=50.14%
G=25.50%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177908600.490.510.312.6436.8451.57
HexB15A56031331F32534
Octal261132126061633734564
Binary101100011011010101011001100011100111111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A56; }

 p { color: rgb(177,90,86); }

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

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

 a { background-color: rgb(177,90,86); }

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

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

 span { border-color: rgb(177,90,86); }

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