#B05A50

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

Shades of Apple Blossom #B05A50

Tints of Apple Blossom #B05A50

Color information

#B05A50 (or 0xB05A50) is unknown color: approx Apple Blossom. HEX triplet: B0, 5A and 50. RGB value is (176,90,80). Sum of RGB (Red+Green+Blue) = 176+90+80=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A50 is #4FA5AF. Grayscale: #727272. Windows color (decimal): -5219760 or 5266096. OLE color: 5266096.

HSL color Cylindrical-coordinate representation of color #B05A50: hue angle of 6.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05A50 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1769080-
CMYK00.490.550.31
HSL6.25º37.8%50.2%-
HSV(B)6.25º54.55%69.02%-
XYZ23.0117.129.68-
YUV114.57108.49171.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=50.87%
G=26.01%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176908000.490.550.316.2537.850.2
HexB05A50031371F62632
Octal260132120061673764662
Binary1011000010110101010000011000111011111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A50; }

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

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

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

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

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

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

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

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