#B1564B

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

Shades of Apple Blossom #B1564B

Tints of Apple Blossom #B1564B

Color information

#B1564B (or 0xB1564B) is unknown color: approx Apple Blossom. HEX triplet: B1, 56 and 4B. RGB value is (177,86,75). Sum of RGB (Red+Green+Blue) = 177+86+75=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1564B is #4EA9B4. Grayscale: #707070. Windows color (decimal): -5155253 or 4937393. OLE color: 4937393.

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

Color convert

RGB1778675-
CMYK00.510.580.31
HSL6.47º40.48%49.41%-
HSV(B)6.47º57.63%69.41%-
XYZ22.7316.518.65-
YUV111.96107.15174.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=52.37%
G=25.44%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177867500.510.580.316.4740.4849.41
HexB1564B0333A1F62831
Octal261126113063723765061
Binary1011000110101101001011011001111101011111110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1564B; }

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

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

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

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

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

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

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

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