#B2564C

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

Shades of Apple Blossom #B2564C

Tints of Apple Blossom #B2564C

Color information

#B2564C (or 0xB2564C) is unknown color: approx Apple Blossom. HEX triplet: B2, 56 and 4C. RGB value is (178,86,76). Sum of RGB (Red+Green+Blue) = 178+86+76=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2564C is #4DA9B3. Grayscale: #707070. Windows color (decimal): -5089716 or 5002930. OLE color: 5002930.

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

Color convert

RGB1788676-
CMYK00.520.570.30
HSL5.88º40.16%49.8%-
HSV(B)5.88º57.3%69.8%-
XYZ22.9916.648.84-
YUV112.37107.48174.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=52.35%
G=25.29%
B=22.35%

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
Decimal178867600.520.570.305.8840.1649.8
HexB2564C034391E62832
Octal262126114064713665062
Binary1011001010101101001100011010011100111110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2564C; }

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

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

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

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

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

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

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

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