#B04E49

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

Shades of Apple Blossom #B04E49

Tints of Apple Blossom #B04E49

Color information

#B04E49 (or 0xB04E49) is unknown color: approx Apple Blossom. HEX triplet: B0, 4E and 49. RGB value is (176,78,73). Sum of RGB (Red+Green+Blue) = 176+78+73=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E49 is #4FB1B6. Grayscale: #6A6A6A. Windows color (decimal): -5222839 or 4804272. OLE color: 4804272.

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

Color convert

RGB1767873-
CMYK00.560.590.31
HSL2.91º41.37%48.82%-
HSV(B)2.91º58.52%69.02%-
XYZ21.8315.168.08-
YUV106.73108.97177.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=53.82%
G=23.85%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176787300.560.590.312.9141.3748.82
HexB04E490383B1F32931
Octal260116111070733735161
Binary101100001001110100100101110001110111111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E49; }

 p { color: rgb(176,78,73); }

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

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

 a { background-color: rgb(176,78,73); }

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

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

 span { border-color: rgb(176,78,73); }

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