#B15448

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

Shades of Apple Blossom #B15448

Tints of Apple Blossom #B15448

Color information

#B15448 (or 0xB15448) is unknown color: approx Apple Blossom. HEX triplet: B1, 54 and 48. RGB value is (177,84,72). Sum of RGB (Red+Green+Blue) = 177+84+72=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15448 is #4EABB7. Grayscale: #6E6E6E. Windows color (decimal): -5155768 or 4740273. OLE color: 4740273.

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

Color convert

RGB1778472-
CMYK00.530.590.31
HSL6.86º42.17%48.82%-
HSV(B)6.86º59.32%69.41%-
XYZ22.4716.168.06-
YUV110.44106.31175.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=53.15%
G=25.23%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177847200.530.590.316.8642.1748.82
HexB154480353B1F72a31
Octal261124110065733775261
Binary1011000110101001001000011010111101111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15448; }

 p { color: rgb(177,84,72); }

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

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

 a { background-color: rgb(177,84,72); }

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

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

 span { border-color: rgb(177,84,72); }

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