#B0544E

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

Shades of Apple Blossom #B0544E

Tints of Apple Blossom #B0544E

Color information

#B0544E (or 0xB0544E) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 4E. RGB value is (176,84,78). Sum of RGB (Red+Green+Blue) = 176+84+78=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0544E is #4FABB1. Grayscale: #6E6E6E. Windows color (decimal): -5221298 or 5133488. OLE color: 5133488.

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

Color convert

RGB1768478-
CMYK00.520.560.31
HSL3.67º38.58%49.8%-
HSV(B)3.67º55.68%69.02%-
XYZ22.4516.129.14-
YUV110.82109.48174.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=52.07%
G=24.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176847800.520.560.313.6738.5849.8
HexB0544E034381F42732
Octal260124116064703744762
Binary1011000010101001001110011010011100011111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0544E; }

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

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

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

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

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

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

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

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