#B05D53

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

Shades of Apple Blossom #B05D53

Tints of Apple Blossom #B05D53

Color information

#B05D53 (or 0xB05D53) is unknown color: approx Apple Blossom. HEX triplet: B0, 5D and 53. RGB value is (176,93,83). Sum of RGB (Red+Green+Blue) = 176+93+83=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D53 is #4FA2AC. Grayscale: #747474. Windows color (decimal): -5218989 or 5463472. OLE color: 5463472.

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

Color convert

RGB1769383-
CMYK00.470.530.31
HSL6.45º37.05%50.78%-
HSV(B)6.45º52.84%69.02%-
XYZ23.3817.6810.36-
YUV116.68109170.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=50%
G=26.42%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176938300.470.530.316.4537.0550.78
HexB05D5302F351F62533
Octal260135123057653764563
Binary1011000010111011010011010111111010111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D53; }

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

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

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

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

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

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

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

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