#B15C51

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

Shades of Apple Blossom #B15C51

Tints of Apple Blossom #B15C51

Color information

#B15C51 (or 0xB15C51) is unknown color: approx Apple Blossom. HEX triplet: B1, 5C and 51. RGB value is (177,92,81). Sum of RGB (Red+Green+Blue) = 177+92+81=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C51 is #4EA3AE. Grayscale: #747474. Windows color (decimal): -5153711 or 5332145. OLE color: 5332145.

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

Color convert

RGB1779281-
CMYK00.480.540.31
HSL6.88º38.1%50.59%-
HSV(B)6.88º54.24%69.41%-
XYZ23.4417.69.95-
YUV116.16108.16171.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=50.57%
G=26.29%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177928100.480.540.316.8838.150.59
HexB15C51030361F72633
Octal261134121060663774663
Binary1011000110111001010001011000011011011111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C51; }

 p { color: rgb(177,92,81); }

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

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

 a { background-color: rgb(177,92,81); }

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

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

 span { border-color: rgb(177,92,81); }

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