#B3564D

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

Shades of Apple Blossom #B3564D

Tints of Apple Blossom #B3564D

Color information

#B3564D (or 0xB3564D) is unknown color: approx Apple Blossom. HEX triplet: B3, 56 and 4D. RGB value is (179,86,77). Sum of RGB (Red+Green+Blue) = 179+86+77=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3564D is #4CA9B2. Grayscale: #707070. Windows color (decimal): -5024179 or 5068467. OLE color: 5068467.

HSL color Cylindrical-coordinate representation of color #B3564D: hue angle of 5.29º 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 #B3564D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1798677-
CMYK00.520.570.30
HSL5.29º40.16%50.2%-
HSV(B)5.29º56.98%70.2%-
XYZ23.2616.789.03-
YUV112.78107.81175.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=52.34%
G=25.15%
B=22.51%

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
Decimal179867700.520.570.305.2940.1650.2
HexB3564D034391E52832
Octal263126115064713655062
Binary1011001110101101001101011010011100111110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3564D; }

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

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

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

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

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

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

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

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