#B15C53

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

Shades of Apple Blossom #B15C53

Tints of Apple Blossom #B15C53

Color information

#B15C53 (or 0xB15C53) is unknown color: approx Apple Blossom. HEX triplet: B1, 5C and 53. RGB value is (177,92,83). Sum of RGB (Red+Green+Blue) = 177+92+83=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C53 is #4EA3AC. Grayscale: #747474. Windows color (decimal): -5153709 or 5463217. OLE color: 5463217.

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

Color convert

RGB1779283-
CMYK00.480.530.31
HSL5.74º37.6%50.98%-
HSV(B)5.74º53.11%69.41%-
XYZ23.5217.6310.35-
YUV116.39109.16171.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=50.28%
G=26.14%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177928300.480.530.315.7437.650.98
HexB15C53030351F62633
Octal261134123060653764663
Binary1011000110111001010011011000011010111111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C53; }

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

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

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

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

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

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

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

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