#B0564D

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

Shades of Apple Blossom #B0564D

Tints of Apple Blossom #B0564D

Color information

#B0564D (or 0xB0564D) is unknown color: approx Apple Blossom. HEX triplet: B0, 56 and 4D. RGB value is (176,86,77). Sum of RGB (Red+Green+Blue) = 176+86+77=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0564D is #4FA9B2. Grayscale: #707070. Windows color (decimal): -5220787 or 5068464. OLE color: 5068464.

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

Color convert

RGB1768677-
CMYK00.510.560.31
HSL5.45º39.13%49.61%-
HSV(B)5.45º56.25%69.02%-
XYZ22.5716.429-
YUV111.88108.32173.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=51.92%
G=25.37%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176867700.510.560.315.4539.1349.61
HexB0564D033381F52732
Octal260126115063703754762
Binary1011000010101101001101011001111100011111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0564D; }

 p { color: rgb(176,86,77); }

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

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

 a { background-color: rgb(176,86,77); }

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

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

 span { border-color: rgb(176,86,77); }

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