#B15A4E

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

Shades of Apple Blossom #B15A4E

Tints of Apple Blossom #B15A4E

Color information

#B15A4E (or 0xB15A4E) is unknown color: approx Apple Blossom. HEX triplet: B1, 5A and 4E. RGB value is (177,90,78). Sum of RGB (Red+Green+Blue) = 177+90+78=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A4E is #4EA5B1. Grayscale: #727272. Windows color (decimal): -5154226 or 5135025. OLE color: 5135025.

HSL color Cylindrical-coordinate representation of color #B15A4E: hue angle of 7.27º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15A4E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1779078-
CMYK00.490.560.31
HSL7.27º38.82%50%-
HSV(B)7.27º55.93%69.41%-
XYZ23.1617.219.31-
YUV114.64107.32172.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=51.30%
G=26.09%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177907800.490.560.317.2738.8250
HexB15A4E031381F72732
Octal261132116061703774762
Binary1011000110110101001110011000111100011111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A4E; }

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

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

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

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

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

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

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

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