#b0504a

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

Shades of Apple Blossom #B0504A

Tints of Apple Blossom #B0504A

Color information

#B0504A (or 0xB0504A) is unknown color: approx Apple Blossom. HEX triplet: B0, 50 and 4A. RGB value is (176,80,74). Sum of RGB (Red+Green+Blue) = 176+80+74=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B0504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0504A is #4FAFB5. Grayscale: #6C6C6C. Windows color (decimal): -5222326 or 4870320. OLE color: 4870320.

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

Color convert

RGB1768074-
CMYK00.550.580.31
HSL3.53º40.8%49.02%-
HSV(B)3.53º57.95%69.02%-
XYZ22.0115.468.3-
YUV108.02108.8176.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=53.33%
G=24.24%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176807400.550.580.313.5340.849.02
HexB0504A0373A1F42931
Octal260120112067723745161
Binary1011000010100001001010011011111101011111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0504a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0504a; }

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

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

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

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

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

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

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

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