#B1554E

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

Shades of Apple Blossom #B1554E

Tints of Apple Blossom #B1554E

Color information

#B1554E (or 0xB1554E) is unknown color: approx Apple Blossom. HEX triplet: B1, 55 and 4E. RGB value is (177,85,78). Sum of RGB (Red+Green+Blue) = 177+85+78=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1554E is #4EAAB1. Grayscale: #6F6F6F. Windows color (decimal): -5155506 or 5133745. OLE color: 5133745.

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

Color convert

RGB1778578-
CMYK00.520.560.31
HSL4.24º38.82%50%-
HSV(B)4.24º55.93%69.41%-
XYZ22.7616.399.17-
YUV111.71108.98174.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=52.06%
G=25%
B=22.94%

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
Decimal177857800.520.560.314.2438.8250
HexB1554E034381F42732
Octal261125116064703744762
Binary1011000110101011001110011010011100011111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1554E; }

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

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

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

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

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

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

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

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