#B15149

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

Shades of Apple Blossom #B15149

Tints of Apple Blossom #B15149

Color information

#B15149 (or 0xB15149) is unknown color: approx Apple Blossom. HEX triplet: B1, 51 and 49. RGB value is (177,81,73). Sum of RGB (Red+Green+Blue) = 177+81+73=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15149 is #4EAEB6. Grayscale: #6C6C6C. Windows color (decimal): -5156535 or 4805041. OLE color: 4805041.

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

Color convert

RGB1778173-
CMYK00.540.590.31
HSL4.62º41.6%49.02%-
HSV(B)4.62º58.76%69.41%-
XYZ22.2815.718.16-
YUV108.79107.8176.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=53.47%
G=24.47%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177817300.540.590.314.6241.649.02
HexB151490363B1F52a31
Octal261121111066733755261
Binary1011000110100011001001011011011101111111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15149; }

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

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

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

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

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

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

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

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