#B15445

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

Shades of Apple Blossom #B15445

Tints of Apple Blossom #B15445

Color information

#B15445 (or 0xB15445) is unknown color: approx Apple Blossom. HEX triplet: B1, 54 and 45. RGB value is (177,84,69). Sum of RGB (Red+Green+Blue) = 177+84+69=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B15445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15445 is #4EABBA. Grayscale: #6E6E6E. Windows color (decimal): -5155771 or 4543665. OLE color: 4543665.

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

Color convert

RGB1778469-
CMYK00.530.610.31
HSL8.33º43.9%48.24%-
HSV(B)8.33º61.02%69.41%-
XYZ22.3816.127.56-
YUV110.1104.81175.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=53.64%
G=25.45%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177846900.530.610.318.3343.948.24
HexB154450353D1F82c30
Octal2611241050657537105460
Binary10110001101010010001010110101111101111111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15445; }

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

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

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

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

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

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

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

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