#B05D56

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

Shades of Apple Blossom #B05D56

Tints of Apple Blossom #B05D56

Color information

#B05D56 (or 0xB05D56) is unknown color: approx Apple Blossom. HEX triplet: B0, 5D and 56. RGB value is (176,93,86). Sum of RGB (Red+Green+Blue) = 176+93+86=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D56 is #4FA2A9. Grayscale: #757575. Windows color (decimal): -5218986 or 5660080. OLE color: 5660080.

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

Color convert

RGB1769386-
CMYK00.470.510.31
HSL4.67º36.29%51.37%-
HSV(B)4.67º51.14%69.02%-
XYZ23.517.7310.99-
YUV117.02110.5170.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=49.58%
G=26.20%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176938600.470.510.314.6736.2951.37
HexB05D5602F331F52433
Octal260135126057633754463
Binary1011000010111011010110010111111001111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D56; }

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

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

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

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

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

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

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

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