#B05656

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

Shades of Apple Blossom #B05656

Tints of Apple Blossom #B05656

Color information

#B05656 (or 0xB05656) is unknown color: approx Apple Blossom. HEX triplet: B0, 56 and 56. RGB value is (176,86,86). Sum of RGB (Red+Green+Blue) = 176+86+86=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05656 is #4FA9A9. Grayscale: #717171. Windows color (decimal): -5220778 or 5658288. OLE color: 5658288.

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

Color convert

RGB1768686-
CMYK00.510.510.31
HSL36.29%51.37%-
HSV(B)51.14%69.02%-
XYZ22.9116.5610.79-
YUV112.91112.82173-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=50.57%
G=24.71%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176868600.510.510.31036.2951.37
HexB05656033331F02433
Octal260126126063633704463
Binary10110000101011010101100110011110011111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05656; }

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

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

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

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

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

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

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

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