#B2544A

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

Shades of Apple Blossom #B2544A

Tints of Apple Blossom #B2544A

Color information

#B2544A (or 0xB2544A) is unknown color: approx Apple Blossom. HEX triplet: B2, 54 and 4A. RGB value is (178,84,74). Sum of RGB (Red+Green+Blue) = 178+84+74=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2544A is #4DABB5. Grayscale: #6F6F6F. Windows color (decimal): -5090230 or 4871346. OLE color: 4871346.

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

Color convert

RGB1788474-
CMYK00.530.580.30
HSL5.77º41.27%49.41%-
HSV(B)5.77º58.43%69.8%-
XYZ22.7716.38.42-
YUV110.97107.14175.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=52.98%
G=25%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178847400.530.580.305.7741.2749.41
HexB2544A0353A1E62931
Octal262124112065723665161
Binary1011001010101001001010011010111101011110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2544A; }

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

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

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

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

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

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

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

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