#B15855

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

Shades of Apple Blossom #B15855

Tints of Apple Blossom #B15855

Color information

#B15855 (or 0xB15855) is unknown color: approx Apple Blossom. HEX triplet: B1, 58 and 55. RGB value is (177,88,85). Sum of RGB (Red+Green+Blue) = 177+88+85=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15855 is #4EA7AA. Grayscale: #727272. Windows color (decimal): -5154731 or 5593265. OLE color: 5593265.

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

Color convert

RGB1778885-
CMYK00.500.520.31
HSL1.96º37.1%51.37%-
HSV(B)1.96º51.98%69.41%-
XYZ23.2616.9810.65-
YUV114.27111.49172.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=50.57%
G=25.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177888500.500.520.311.9637.151.37
HexB15855032341F22533
Octal261130125062643724563
Binary101100011011000101010101100101101001111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15855; }

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

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

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

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

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

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

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

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