#b15650

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

Shades of Apple Blossom #B15650

Tints of Apple Blossom #B15650

Color information

#B15650 (or 0xB15650) is unknown color: approx Apple Blossom. HEX triplet: B1, 56 and 50. RGB value is (177,86,80). Sum of RGB (Red+Green+Blue) = 177+86+80=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B15650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15650 is #4EA9AF. Grayscale: #707070. Windows color (decimal): -5155248 or 5265073. OLE color: 5265073.

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

Color convert

RGB1778680-
CMYK00.510.550.31
HSL3.71º38.34%50.39%-
HSV(B)3.71º54.8%69.41%-
XYZ22.9116.589.58-
YUV112.52109.65173.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=51.60%
G=25.07%
B=23.32%

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
Decimal177868000.510.550.313.7138.3450.39
HexB15650033371F42632
Octal261126120063673744662
Binary1011000110101101010000011001111011111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b15650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b15650; }

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

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

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

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

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

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

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

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