#B05446

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

Shades of Apple Blossom #B05446

Tints of Apple Blossom #B05446

Color information

#B05446 (or 0xB05446) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 46. RGB value is (176,84,70). Sum of RGB (Red+Green+Blue) = 176+84+70=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B05446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05446 is #4FABB9. Grayscale: #6E6E6E. Windows color (decimal): -5221306 or 4609200. OLE color: 4609200.

HSL color Cylindrical-coordinate representation of color #B05446: hue angle of 7.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05446 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1768470-
CMYK00.520.600.31
HSL7.92º43.09%48.24%-
HSV(B)7.92º60.23%69.02%-
XYZ22.1816.017.72-
YUV109.91105.48175.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=53.33%
G=25.45%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176847000.520.600.317.9243.0948.24
HexB054460343C1F82b30
Octal2601241060647437105360
Binary10110000101010010001100110100111100111111000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05446; }

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

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

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

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

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

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

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

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