#B05549

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

Shades of Apple Blossom #B05549

Tints of Apple Blossom #B05549

Color information

#B05549 (or 0xB05549) is unknown color: approx Apple Blossom. HEX triplet: B0, 55 and 49. RGB value is (176,85,73). Sum of RGB (Red+Green+Blue) = 176+85+73=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B05549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05549 is #4FAAB6. Grayscale: #6E6E6E. Windows color (decimal): -5221047 or 4806064. OLE color: 4806064.

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

Color convert

RGB1768573-
CMYK00.520.590.31
HSL6.99º41.37%48.82%-
HSV(B)6.99º58.52%69.02%-
XYZ22.3616.218.25-
YUV110.84106.65174.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=52.69%
G=25.45%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176857300.520.590.316.9941.3748.82
HexB055490343B1F72931
Octal260125111064733775161
Binary1011000010101011001001011010011101111111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05549; }

 p { color: rgb(176,85,73); }

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

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

 a { background-color: rgb(176,85,73); }

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

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

 span { border-color: rgb(176,85,73); }

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