#B05649

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

Shades of Apple Blossom #B05649

Tints of Apple Blossom #B05649

Color information

#B05649 (or 0xB05649) is unknown color: approx Apple Blossom. HEX triplet: B0, 56 and 49. RGB value is (176,86,73). Sum of RGB (Red+Green+Blue) = 176+86+73=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B05649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05649 is #4FA9B6. Grayscale: #6F6F6F. Windows color (decimal): -5220791 or 4806320. OLE color: 4806320.

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

Color convert

RGB1768673-
CMYK00.510.590.31
HSL7.57º41.37%48.82%-
HSV(B)7.57º58.52%69.02%-
XYZ22.4316.378.28-
YUV111.43106.32174.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=52.54%
G=25.67%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176867300.510.590.317.5741.3748.82
HexB056490333B1F82931
Octal2601261110637337105161
Binary10110000101011010010010110011111011111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05649; }

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

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

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

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

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

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

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

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