#B15544

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

Shades of Apple Blossom #B15544

Tints of Apple Blossom #B15544

Color information

#B15544 (or 0xB15544) is unknown color: approx Apple Blossom. HEX triplet: B1, 55 and 44. RGB value is (177,85,68). Sum of RGB (Red+Green+Blue) = 177+85+68=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B15544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15544 is #4EAABB. Grayscale: #6E6E6E. Windows color (decimal): -5155516 or 4478385. OLE color: 4478385.

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

Color convert

RGB1778568-
CMYK00.520.620.31
HSL9.36º44.49%48.04%-
HSV(B)9.36º61.58%69.41%-
XYZ22.4216.267.43-
YUV110.57103.98175.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 68 (26.95% from 255) = 20.61%
R=53.64%
G=25.76%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177856800.520.620.319.3644.4948.04
HexB155440343E1F92c30
Octal2611251040647637115460
Binary10110001101010110001000110100111110111111001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15544; }

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

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

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

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

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

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

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

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