#b0503e

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

Shades of Apple Blossom #B0503E

Tints of Apple Blossom #B0503E

Color information

#B0503E (or 0xB0503E) is unknown color: approx Apple Blossom. HEX triplet: B0, 50 and 3E. RGB value is (176,80,62). Sum of RGB (Red+Green+Blue) = 176+80+62=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0503E is #4FAFC1. Grayscale: #6A6A6A. Windows color (decimal): -5222338 or 4083888. OLE color: 4083888.

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

Color convert

RGB1768062-
CMYK00.550.650.31
HSL9.47º47.9%46.67%-
HSV(B)9.47º64.77%69.02%-
XYZ21.6415.326.37-
YUV106.65102.8177.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=55.35%
G=25.16%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176806200.550.650.319.4747.946.67
HexB0503E037411F9302f
Octal2601207606710137116057
Binary10110000101000011111001101111000001111111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0503e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0503e; }

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

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

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

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

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

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

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

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