#B15C50

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

Shades of Apple Blossom #B15C50

Tints of Apple Blossom #B15C50

Color information

#B15C50 (or 0xB15C50) is unknown color: approx Apple Blossom. HEX triplet: B1, 5C and 50. RGB value is (177,92,80). Sum of RGB (Red+Green+Blue) = 177+92+80=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C50 is #4EA3AF. Grayscale: #747474. Windows color (decimal): -5153712 or 5266609. OLE color: 5266609.

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

Color convert

RGB1779280-
CMYK00.480.550.31
HSL7.42º38.34%50.39%-
HSV(B)7.42º54.8%69.41%-
XYZ23.4117.589.75-
YUV116.05107.66171.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=50.72%
G=26.36%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177928000.480.550.317.4238.3450.39
HexB15C50030371F72632
Octal261134120060673774662
Binary1011000110111001010000011000011011111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C50; }

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

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

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

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

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

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

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

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