#B05B55

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

Shades of Apple Blossom #B05B55

Tints of Apple Blossom #B05B55

Color information

#B05B55 (or 0xB05B55) is unknown color: approx Apple Blossom. HEX triplet: B0, 5B and 55. RGB value is (176,91,85). Sum of RGB (Red+Green+Blue) = 176+91+85=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B55 is #4FA4AA. Grayscale: #737373. Windows color (decimal): -5219499 or 5594032. OLE color: 5594032.

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

Color convert

RGB1769185-
CMYK00.480.520.31
HSL3.96º36.55%51.18%-
HSV(B)3.96º51.7%69.02%-
XYZ23.2917.3710.72-
YUV115.73110.66170.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=50%
G=25.85%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176918500.480.520.313.9636.5551.18
HexB05B55030341F42533
Octal260133125060643744563
Binary1011000010110111010101011000011010011111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B55; }

 p { color: rgb(176,91,85); }

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

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

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

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

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

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

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