#B0594C

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

Shades of Apple Blossom #B0594C

Tints of Apple Blossom #B0594C

Color information

#B0594C (or 0xB0594C) is unknown color: approx Apple Blossom. HEX triplet: B0, 59 and 4C. RGB value is (176,89,76). Sum of RGB (Red+Green+Blue) = 176+89+76=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0594C is #4FA6B3. Grayscale: #717171. Windows color (decimal): -5220020 or 5003696. OLE color: 5003696.

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

Color convert

RGB1768976-
CMYK00.490.570.31
HSL7.8º39.68%49.41%-
HSV(B)7.8º56.82%69.02%-
XYZ22.7816.98.9-
YUV113.53106.82172.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=51.61%
G=26.10%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176897600.490.570.317.839.6849.41
HexB0594C031391F82831
Octal2601311140617137105061
Binary10110000101100110011000110001111001111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0594C; }

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

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

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

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

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

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

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

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