#B04F3F

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

Shades of Apple Blossom #B04F3F

Tints of Apple Blossom #B04F3F

Color information

#B04F3F (or 0xB04F3F) is unknown color: approx Apple Blossom. HEX triplet: B0, 4F and 3F. RGB value is (176,79,63). Sum of RGB (Red+Green+Blue) = 176+79+63=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F3F is #4FB0C0. Grayscale: #6A6A6A. Windows color (decimal): -5222593 or 4149168. OLE color: 4149168.

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

Color convert

RGB1767963-
CMYK00.550.640.31
HSL8.5º47.28%46.86%-
HSV(B)8.5º64.2%69.02%-
XYZ21.615.186.49-
YUV106.18103.64177.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 63 (25% from 255) = 19.81%
R=55.35%
G=24.84%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176796300.550.640.318.547.2846.86
HexB04F3F037401F82f2f
Octal2601177706710037105757
Binary10110000100111111111101101111000000111111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F3F; }

 p { color: rgb(176,79,63); }

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

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

 a { background-color: rgb(176,79,63); }

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

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

 span { border-color: rgb(176,79,63); }

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