#B05A55

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

Shades of Apple Blossom #B05A55

Tints of Apple Blossom #B05A55

Color information

#B05A55 (or 0xB05A55) is unknown color: approx Apple Blossom. HEX triplet: B0, 5A and 55. RGB value is (176,90,85). Sum of RGB (Red+Green+Blue) = 176+90+85=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A55 is #4FA5AA. Grayscale: #737373. Windows color (decimal): -5219755 or 5593776. OLE color: 5593776.

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

Color convert

RGB1769085-
CMYK00.490.520.31
HSL3.3º36.55%51.18%-
HSV(B)3.3º51.7%69.02%-
XYZ23.217.210.69-
YUV115.14110.99171.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=50.14%
G=25.64%
B=24.22%

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
Decimal176908500.490.520.313.336.5551.18
HexB05A55031341F32533
Octal260132125061643734563
Binary101100001011010101010101100011101001111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A55; }

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

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

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

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

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

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

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

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