#B05448

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

Shades of Apple Blossom #B05448

Tints of Apple Blossom #B05448

Color information

#B05448 (or 0xB05448) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 48. RGB value is (176,84,72). Sum of RGB (Red+Green+Blue) = 176+84+72=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B05448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05448 is #4FABB7. Grayscale: #6E6E6E. Windows color (decimal): -5221304 or 4740272. OLE color: 4740272.

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

Color convert

RGB1768472-
CMYK00.520.590.31
HSL6.92º41.94%48.63%-
HSV(B)6.92º59.09%69.02%-
XYZ22.2416.048.05-
YUV110.14106.48174.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=53.01%
G=25.30%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176847200.520.590.316.9241.9448.63
HexB054480343B1F72a31
Octal260124110064733775261
Binary1011000010101001001000011010011101111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05448; }

 p { color: rgb(176,84,72); }

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

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

 a { background-color: rgb(176,84,72); }

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

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

 span { border-color: rgb(176,84,72); }

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