#B05955

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

Shades of Apple Blossom #B05955

Tints of Apple Blossom #B05955

Color information

#B05955 (or 0xB05955) is unknown color: approx Apple Blossom. HEX triplet: B0, 59 and 55. RGB value is (176,89,85). Sum of RGB (Red+Green+Blue) = 176+89+85=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05955 is #4FA6AA. Grayscale: #727272. Windows color (decimal): -5220011 or 5593520. OLE color: 5593520.

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

Color convert

RGB1768985-
CMYK00.490.520.31
HSL2.64º36.55%51.18%-
HSV(B)2.64º51.7%69.02%-
XYZ23.1217.0310.66-
YUV114.56111.32171.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=50.29%
G=25.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176898500.490.520.312.6436.5551.18
HexB05955031341F32533
Octal260131125061643734563
Binary101100001011001101010101100011101001111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05955; }

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

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

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

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

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

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

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

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