#B0514E

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

Shades of Apple Blossom #B0514E

Tints of Apple Blossom #B0514E

Color information

#B0514E (or 0xB0514E) is unknown color: approx Apple Blossom. HEX triplet: B0, 51 and 4E. RGB value is (176,81,78). Sum of RGB (Red+Green+Blue) = 176+81+78=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0514E is #4FAEB1. Grayscale: #6D6D6D. Windows color (decimal): -5222066 or 5132720. OLE color: 5132720.

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

Color convert

RGB1768178-
CMYK00.540.560.31
HSL1.84º38.58%49.8%-
HSV(B)1.84º55.68%69.02%-
XYZ22.2215.679.06-
YUV109.06110.47175.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=52.54%
G=24.18%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176817800.540.560.311.8438.5849.8
HexB0514E036381F22732
Octal260121116066703724762
Binary101100001010001100111001101101110001111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0514E; }

 p { color: rgb(176,81,78); }

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

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

 a { background-color: rgb(176,81,78); }

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

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

 span { border-color: rgb(176,81,78); }

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