#B1584B

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

Shades of Apple Blossom #B1584B

Tints of Apple Blossom #B1584B

Color information

#B1584B (or 0xB1584B) is unknown color: approx Apple Blossom. HEX triplet: B1, 58 and 4B. RGB value is (177,88,75). Sum of RGB (Red+Green+Blue) = 177+88+75=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1584B is #4EA7B4. Grayscale: #717171. Windows color (decimal): -5154741 or 4937905. OLE color: 4937905.

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

Color convert

RGB1778875-
CMYK00.500.580.31
HSL7.65º40.48%49.41%-
HSV(B)7.65º57.63%69.41%-
XYZ22.8916.838.7-
YUV113.13106.49173.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=52.06%
G=25.88%
B=22.06%

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
Decimal177887500.500.580.317.6540.4849.41
HexB1584B0323A1F82831
Octal2611301130627237105061
Binary10110001101100010010110110010111010111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1584B; }

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

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

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

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

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

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

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

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