#B2544E

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

Shades of Apple Blossom #B2544E

Tints of Apple Blossom #B2544E

Color information

#B2544E (or 0xB2544E) is unknown color: approx Apple Blossom. HEX triplet: B2, 54 and 4E. RGB value is (178,84,78). Sum of RGB (Red+Green+Blue) = 178+84+78=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2544E is #4DABB1. Grayscale: #6F6F6F. Windows color (decimal): -5090226 or 5133490. OLE color: 5133490.

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

Color convert

RGB1788478-
CMYK00.530.560.30
HSL3.6º39.37%50.2%-
HSV(B)3.6º56.18%69.8%-
XYZ22.9116.369.16-
YUV111.42109.14175.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=52.35%
G=24.71%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178847800.530.560.303.639.3750.2
HexB2544E035381E42732
Octal262124116065703644762
Binary1011001010101001001110011010111100011110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2544E; }

 p { color: rgb(178,84,78); }

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

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

 a { background-color: rgb(178,84,78); }

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

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

 span { border-color: rgb(178,84,78); }

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