#B0594D

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

Shades of Apple Blossom #B0594D

Tints of Apple Blossom #B0594D

Color information

#B0594D (or 0xB0594D) is unknown color: approx Apple Blossom. HEX triplet: B0, 59 and 4D. RGB value is (176,89,77). Sum of RGB (Red+Green+Blue) = 176+89+77=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0594D is #4FA6B2. Grayscale: #717171. Windows color (decimal): -5220019 or 5069232. OLE color: 5069232.

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

Color convert

RGB1768977-
CMYK00.490.560.31
HSL7.27º39.13%49.61%-
HSV(B)7.27º56.25%69.02%-
XYZ22.8216.919.08-
YUV113.64107.32172.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=51.46%
G=26.02%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176897700.490.560.317.2739.1349.61
HexB0594D031381F72732
Octal260131115061703774762
Binary1011000010110011001101011000111100011111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0594D; }

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

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

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

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

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

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

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

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