#B15750

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

Shades of Apple Blossom #B15750

Tints of Apple Blossom #B15750

Color information

#B15750 (or 0xB15750) is unknown color: approx Apple Blossom. HEX triplet: B1, 57 and 50. RGB value is (177,87,80). Sum of RGB (Red+Green+Blue) = 177+87+80=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B15750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15750 is #4EA8AF. Grayscale: #717171. Windows color (decimal): -5154992 or 5265329. OLE color: 5265329.

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

Color convert

RGB1778780-
CMYK00.510.550.31
HSL4.33º38.34%50.39%-
HSV(B)4.33º54.8%69.41%-
XYZ22.9916.749.61-
YUV113.11109.32173.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=51.45%
G=25.29%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177878000.510.550.314.3338.3450.39
HexB15750033371F42632
Octal261127120063673744662
Binary1011000110101111010000011001111011111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15750; }

 p { color: rgb(177,87,80); }

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

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

 a { background-color: rgb(177,87,80); }

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

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

 span { border-color: rgb(177,87,80); }

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