#B05B53

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

Shades of Apple Blossom #B05B53

Tints of Apple Blossom #B05B53

Color information

#B05B53 (or 0xB05B53) is unknown color: approx Apple Blossom. HEX triplet: B0, 5B and 53. RGB value is (176,91,83). Sum of RGB (Red+Green+Blue) = 176+91+83=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B53 is #4FA4AC. Grayscale: #737373. Windows color (decimal): -5219501 or 5462960. OLE color: 5462960.

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

Color convert

RGB1769183-
CMYK00.480.530.31
HSL5.16º37.05%50.78%-
HSV(B)5.16º52.84%69.02%-
XYZ23.2117.3410.31-
YUV115.5109.66171.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=50.29%
G=26%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176918300.480.530.315.1637.0550.78
HexB05B53030351F52533
Octal260133123060653754563
Binary1011000010110111010011011000011010111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B53; }

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

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

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

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

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

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

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

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