#B04C3F

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

Shades of Apple Blossom #B04C3F

Tints of Apple Blossom #B04C3F

Color information

#B04C3F (or 0xB04C3F) is unknown color: approx Apple Blossom. HEX triplet: B0, 4C and 3F. RGB value is (176,76,63). Sum of RGB (Red+Green+Blue) = 176+76+63=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C3F is #4FB3C0. Grayscale: #686868. Windows color (decimal): -5223361 or 4148400. OLE color: 4148400.

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

Color convert

RGB1767663-
CMYK00.570.640.31
HSL6.9º47.28%46.86%-
HSV(B)6.9º64.2%69.02%-
XYZ21.3914.766.42-
YUV104.42104.63179.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 63 (25% from 255) = 20%
R=55.87%
G=24.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176766300.570.640.316.947.2846.86
HexB04C3F039401F72f2f
Octal260114770711003775757
Binary1011000010011001111110111001100000011111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C3F; }

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

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

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

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

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

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

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

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