#B15956

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

Shades of Apple Blossom #B15956

Tints of Apple Blossom #B15956

Color information

#B15956 (or 0xB15956) is unknown color: approx Apple Blossom. HEX triplet: B1, 59 and 56. RGB value is (177,89,86). Sum of RGB (Red+Green+Blue) = 177+89+86=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15956 is #4EA6A9. Grayscale: #737373. Windows color (decimal): -5154474 or 5659057. OLE color: 5659057.

HSL color Cylindrical-coordinate representation of color #B15956: hue angle of 1.98º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15956 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1778986-
CMYK00.500.510.31
HSL1.98º36.84%51.57%-
HSV(B)1.98º51.41%69.41%-
XYZ23.3817.1610.88-
YUV114.97111.65172.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=50.28%
G=25.28%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177898600.500.510.311.9836.8451.57
HexB15956032331F22534
Octal261131126062633724564
Binary101100011011001101011001100101100111111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15956; }

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

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

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

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

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

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

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

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