#B1554D

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

Shades of Apple Blossom #B1554D

Tints of Apple Blossom #B1554D

Color information

#B1554D (or 0xB1554D) is unknown color: approx Apple Blossom. HEX triplet: B1, 55 and 4D. RGB value is (177,85,77). Sum of RGB (Red+Green+Blue) = 177+85+77=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1554D is #4EAAB2. Grayscale: #6F6F6F. Windows color (decimal): -5155507 or 5068209. OLE color: 5068209.

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

Color convert

RGB1778577-
CMYK00.520.560.31
HSL4.8º39.37%49.8%-
HSV(B)4.8º56.5%69.41%-
XYZ22.7216.388.99-
YUV111.6108.48174.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=52.21%
G=25.07%
B=22.71%

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
Decimal177857700.520.560.314.839.3749.8
HexB1554D034381F52732
Octal261125115064703754762
Binary1011000110101011001101011010011100011111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1554D; }

 p { color: rgb(177,85,77); }

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

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

 a { background-color: rgb(177,85,77); }

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

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

 span { border-color: rgb(177,85,77); }

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