#B0584B

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

Shades of Apple Blossom #B0584B

Tints of Apple Blossom #B0584B

Color information

#B0584B (or 0xB0584B) is unknown color: approx Apple Blossom. HEX triplet: B0, 58 and 4B. RGB value is (176,88,75). Sum of RGB (Red+Green+Blue) = 176+88+75=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0584B is #4FA7B4. Grayscale: #707070. Windows color (decimal): -5220277 or 4937904. OLE color: 4937904.

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

Color convert

RGB1768875-
CMYK00.500.570.31
HSL7.72º40.24%49.22%-
HSV(B)7.72º57.39%69.02%-
XYZ22.6616.728.69-
YUV112.83106.65173.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=51.92%
G=25.96%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176887500.500.570.317.7240.2449.22
HexB0584B032391F82831
Octal2601301130627137105061
Binary10110000101100010010110110010111001111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0584B; }

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

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

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

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

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

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

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

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