#B04D40

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

Shades of Apple Blossom #B04D40

Tints of Apple Blossom #B04D40

Color information

#B04D40 (or 0xB04D40) is unknown color: approx Apple Blossom. HEX triplet: B0, 4D and 40. RGB value is (176,77,64). Sum of RGB (Red+Green+Blue) = 176+77+64=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D40 is #4FB2BF. Grayscale: #696969. Windows color (decimal): -5223104 or 4214192. OLE color: 4214192.

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

Color convert

RGB1767764-
CMYK00.560.640.31
HSL6.96º46.67%47.06%-
HSV(B)6.96º63.64%69.02%-
XYZ21.4814.916.6-
YUV105.12104.8178.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=55.52%
G=24.29%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176776400.560.640.316.9646.6747.06
HexB04D40038401F72f2f
Octal2601151000701003775757
Binary10110000100110110000000111000100000011111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D40; }

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

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

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

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

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

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

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

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