#B1544B

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

Shades of Apple Blossom #B1544B

Tints of Apple Blossom #B1544B

Color information

#B1544B (or 0xB1544B) is unknown color: approx Apple Blossom. HEX triplet: B1, 54 and 4B. RGB value is (177,84,75). Sum of RGB (Red+Green+Blue) = 177+84+75=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1544B is #4EABB4. Grayscale: #6E6E6E. Windows color (decimal): -5155765 or 4936881. OLE color: 4936881.

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

Color convert

RGB1778475-
CMYK00.530.580.31
HSL5.29º40.48%49.41%-
HSV(B)5.29º57.63%69.41%-
XYZ22.5716.28.59-
YUV110.78107.81175.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=52.68%
G=25%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177847500.530.580.315.2940.4849.41
HexB1544B0353A1F52831
Octal261124113065723755061
Binary1011000110101001001011011010111101011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1544B; }

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

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

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

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

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

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

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

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