#B0554B

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

Shades of Apple Blossom #B0554B

Tints of Apple Blossom #B0554B

Color information

#B0554B (or 0xB0554B) is unknown color: approx Apple Blossom. HEX triplet: B0, 55 and 4B. RGB value is (176,85,75). Sum of RGB (Red+Green+Blue) = 176+85+75=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0554B is #4FAAB4. Grayscale: #6F6F6F. Windows color (decimal): -5221045 or 4937136. OLE color: 4937136.

HSL color Cylindrical-coordinate representation of color #B0554B: hue angle of 5.94º 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 #B0554B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1768575-
CMYK00.520.570.31
HSL5.94º40.24%49.22%-
HSV(B)5.94º57.39%69.02%-
XYZ22.4216.248.61-
YUV111.07107.65174.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=52.38%
G=25.30%
B=22.32%

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
Decimal176857500.520.570.315.9440.2449.22
HexB0554B034391F62831
Octal260125113064713765061
Binary1011000010101011001011011010011100111111110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0554B; }

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

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

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

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

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

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

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

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