#B2544B

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

Shades of Apple Blossom #B2544B

Tints of Apple Blossom #B2544B

Color information

#B2544B (or 0xB2544B) is unknown color: approx Apple Blossom. HEX triplet: B2, 54 and 4B. RGB value is (178,84,75). Sum of RGB (Red+Green+Blue) = 178+84+75=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2544B is #4DABB4. Grayscale: #6F6F6F. Windows color (decimal): -5090229 or 4936882. OLE color: 4936882.

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

Color convert

RGB1788475-
CMYK00.530.580.30
HSL5.24º40.71%49.61%-
HSV(B)5.24º57.87%69.8%-
XYZ22.816.318.6-
YUV111.08107.64175.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=52.82%
G=24.93%
B=22.26%

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
Decimal178847500.530.580.305.2440.7149.61
HexB2544B0353A1E52932
Octal262124113065723655162
Binary1011001010101001001011011010111101011110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2544B; }

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

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

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

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

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

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

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

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