#B15144

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

Shades of Apple Blossom #B15144

Tints of Apple Blossom #B15144

Color information

#B15144 (or 0xB15144) is unknown color: approx Apple Blossom. HEX triplet: B1, 51 and 44. RGB value is (177,81,68). Sum of RGB (Red+Green+Blue) = 177+81+68=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B15144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15144 is #4EAEBB. Grayscale: #6C6C6C. Windows color (decimal): -5156540 or 4477361. OLE color: 4477361.

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

Color convert

RGB1778168-
CMYK00.540.620.31
HSL7.16º44.49%48.04%-
HSV(B)7.16º61.58%69.41%-
XYZ22.1215.657.32-
YUV108.22105.3177.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=54.29%
G=24.85%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177816800.540.620.317.1644.4948.04
HexB151440363E1F72c30
Octal261121104066763775460
Binary1011000110100011000100011011011111011111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15144; }

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

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

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

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

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

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

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

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