#B04C41

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

Shades of Apple Blossom #B04C41

Tints of Apple Blossom #B04C41

Color information

#B04C41 (or 0xB04C41) is unknown color: approx Apple Blossom. HEX triplet: B0, 4C and 41. RGB value is (176,76,65). Sum of RGB (Red+Green+Blue) = 176+76+65=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C41 is #4FB3BE. Grayscale: #686868. Windows color (decimal): -5223359 or 4279472. OLE color: 4279472.

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

Color convert

RGB1767665-
CMYK00.570.630.31
HSL5.95º46.06%47.25%-
HSV(B)5.95º63.07%69.02%-
XYZ21.4414.786.72-
YUV104.65105.63178.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=55.52%
G=23.97%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176766500.570.630.315.9546.0647.25
HexB04C410393F1F62e2f
Octal260114101071773765657
Binary1011000010011001000001011100111111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C41; }

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

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

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

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

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

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

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

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