#B15147

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

Shades of Apple Blossom #B15147

Tints of Apple Blossom #B15147

Color information

#B15147 (or 0xB15147) is unknown color: approx Apple Blossom. HEX triplet: B1, 51 and 47. RGB value is (177,81,71). Sum of RGB (Red+Green+Blue) = 177+81+71=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B15147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15147 is #4EAEB8. Grayscale: #6C6C6C. Windows color (decimal): -5156537 or 4673969. OLE color: 4673969.

HSL color Cylindrical-coordinate representation of color #B15147: hue angle of 5.66º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15147 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1778171-
CMYK00.540.600.31
HSL5.66º42.74%48.63%-
HSV(B)5.66º59.89%69.41%-
XYZ22.2115.697.82-
YUV108.56106.8176.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=53.80%
G=24.62%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177817100.540.600.315.6642.7448.63
HexB151470363C1F62b31
Octal261121107066743765361
Binary1011000110100011000111011011011110011111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15147; }

 p { color: rgb(177,81,71); }

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

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

 a { background-color: rgb(177,81,71); }

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

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

 span { border-color: rgb(177,81,71); }

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