#B1594A

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

Shades of Apple Blossom #B1594A

Tints of Apple Blossom #B1594A

Color information

#B1594A (or 0xB1594A) is unknown color: approx Apple Blossom. HEX triplet: B1, 59 and 4A. RGB value is (177,89,74). Sum of RGB (Red+Green+Blue) = 177+89+74=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1594A is #4EA6B5. Grayscale: #717171. Windows color (decimal): -5154486 or 4872625. OLE color: 4872625.

HSL color Cylindrical-coordinate representation of color #B1594A: hue angle of 8.74º degrees, saturation: 0.41, 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 #B1594A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1778974-
CMYK00.500.580.31
HSL8.74º41.04%49.22%-
HSV(B)8.74º58.19%69.41%-
XYZ22.9416.998.55-
YUV113.6105.65173.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=52.06%
G=26.18%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177897400.500.580.318.7441.0449.22
HexB1594A0323A1F92931
Octal2611311120627237115161
Binary10110001101100110010100110010111010111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1594A; }

 p { color: rgb(177,89,74); }

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

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

 a { background-color: rgb(177,89,74); }

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

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

 span { border-color: rgb(177,89,74); }

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