#B15240

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

Shades of Apple Blossom #B15240

Tints of Apple Blossom #B15240

Color information

#B15240 (or 0xB15240) is unknown color: approx Apple Blossom. HEX triplet: B1, 52 and 40. RGB value is (177,82,64). Sum of RGB (Red+Green+Blue) = 177+82+64=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B15240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15240 is #4EADBF. Grayscale: #6C6C6C. Windows color (decimal): -5156288 or 4215473. OLE color: 4215473.

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

Color convert

RGB1778264-
CMYK00.540.640.31
HSL9.56º46.89%47.25%-
HSV(B)9.56º63.84%69.41%-
XYZ22.0715.756.73-
YUV108.35102.97176.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=54.80%
G=25.39%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177826400.540.640.319.5646.8947.25
HexB15240036401Fa2f2f
Octal26112210006610037125757
Binary101100011010010100000001101101000000111111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15240; }

 p { color: rgb(177,82,64); }

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

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

 a { background-color: rgb(177,82,64); }

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

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

 span { border-color: rgb(177,82,64); }

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