#B1594B

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

Shades of Apple Blossom #B1594B

Tints of Apple Blossom #B1594B

Color information

#B1594B (or 0xB1594B) is unknown color: approx Apple Blossom. HEX triplet: B1, 59 and 4B. RGB value is (177,89,75). Sum of RGB (Red+Green+Blue) = 177+89+75=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1594B is #4EA6B4. Grayscale: #717171. Windows color (decimal): -5154485 or 4938161. OLE color: 4938161.

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

Color convert

RGB1778975-
CMYK00.500.580.31
HSL8.24º40.48%49.41%-
HSV(B)8.24º57.63%69.41%-
XYZ22.97178.73-
YUV113.72106.15173.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=51.91%
G=26.10%
B=21.99%

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
Decimal177897500.500.580.318.2440.4849.41
HexB1594B0323A1F82831
Octal2611311130627237105061
Binary10110001101100110010110110010111010111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1594B; }

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

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

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

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

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

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

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

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