#B0554C

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

Shades of Apple Blossom #B0554C

Tints of Apple Blossom #B0554C

Color information

#B0554C (or 0xB0554C) is unknown color: approx Apple Blossom. HEX triplet: B0, 55 and 4C. RGB value is (176,85,76). Sum of RGB (Red+Green+Blue) = 176+85+76=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0554C is #4FAAB3. Grayscale: #6F6F6F. Windows color (decimal): -5221044 or 5002672. OLE color: 5002672.

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

Color convert

RGB1768576-
CMYK00.520.570.31
HSL5.4º39.68%49.41%-
HSV(B)5.4º56.82%69.02%-
XYZ22.4616.258.79-
YUV111.18108.15174.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=52.23%
G=25.22%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176857600.520.570.315.439.6849.41
HexB0554C034391F52831
Octal260125114064713755061
Binary1011000010101011001100011010011100111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0554C; }

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

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

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

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

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

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

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

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