#B15648

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

Shades of Apple Blossom #B15648

Tints of Apple Blossom #B15648

Color information

#B15648 (or 0xB15648) is unknown color: approx Apple Blossom. HEX triplet: B1, 56 and 48. RGB value is (177,86,72). Sum of RGB (Red+Green+Blue) = 177+86+72=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B15648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15648 is #4EA9B7. Grayscale: #6F6F6F. Windows color (decimal): -5155256 or 4740785. OLE color: 4740785.

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

Color convert

RGB1778672-
CMYK00.510.590.31
HSL42.17%48.82%-
HSV(B)59.32%69.41%-
XYZ22.6316.478.12-
YUV111.61105.65174.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=52.84%
G=25.67%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177867200.510.590.31842.1748.82
HexB156480333B1F82a31
Octal2611261100637337105261
Binary10110001101011010010000110011111011111111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15648; }

 p { color: rgb(177,86,72); }

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

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

 a { background-color: rgb(177,86,72); }

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

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

 span { border-color: rgb(177,86,72); }

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