#B1544D

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

Shades of Apple Blossom #B1544D

Tints of Apple Blossom #B1544D

Color information

#B1544D (or 0xB1544D) is unknown color: approx Apple Blossom. HEX triplet: B1, 54 and 4D. RGB value is (177,84,77). Sum of RGB (Red+Green+Blue) = 177+84+77=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1544D is #4EABB2. Grayscale: #6F6F6F. Windows color (decimal): -5155763 or 5067953. OLE color: 5067953.

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

Color convert

RGB1778477-
CMYK00.530.560.31
HSL4.2º39.37%49.8%-
HSV(B)4.2º56.5%69.41%-
XYZ22.6416.228.96-
YUV111.01108.81175.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=52.37%
G=24.85%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177847700.530.560.314.239.3749.8
HexB1544D035381F42732
Octal261124115065703744762
Binary1011000110101001001101011010111100011111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1544D; }

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

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

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

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

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

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

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

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