#B0584D

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

Shades of Apple Blossom #B0584D

Tints of Apple Blossom #B0584D

Color information

#B0584D (or 0xB0584D) is unknown color: approx Apple Blossom. HEX triplet: B0, 58 and 4D. RGB value is (176,88,77). Sum of RGB (Red+Green+Blue) = 176+88+77=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0584D is #4FA7B2. Grayscale: #717171. Windows color (decimal): -5220275 or 5068976. OLE color: 5068976.

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

Color convert

RGB1768877-
CMYK00.500.560.31
HSL6.67º39.13%49.61%-
HSV(B)6.67º56.25%69.02%-
XYZ22.7316.759.06-
YUV113.06107.65172.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=51.61%
G=25.81%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176887700.500.560.316.6739.1349.61
HexB0584D032381F72732
Octal260130115062703774762
Binary1011000010110001001101011001011100011111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0584D; }

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

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

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

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

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

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

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

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