#B2564D

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

Shades of Apple Blossom #B2564D

Tints of Apple Blossom #B2564D

Color information

#B2564D (or 0xB2564D) is unknown color: approx Apple Blossom. HEX triplet: B2, 56 and 4D. RGB value is (178,86,77). Sum of RGB (Red+Green+Blue) = 178+86+77=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2564D is #4DA9B2. Grayscale: #707070. Windows color (decimal): -5089715 or 5068466. OLE color: 5068466.

HSL color Cylindrical-coordinate representation of color #B2564D: hue angle of 5.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2564D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1788677-
CMYK00.520.570.30
HSL5.35º39.61%50%-
HSV(B)5.35º56.74%69.8%-
XYZ23.0316.669.02-
YUV112.48107.98174.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=52.20%
G=25.22%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178867700.520.570.305.3539.6150
HexB2564D034391E52832
Octal262126115064713655062
Binary1011001010101101001101011010011100111110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2564D; }

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

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

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

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

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

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

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

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