#B05445

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

Shades of Apple Blossom #B05445

Tints of Apple Blossom #B05445

Color information

#B05445 (or 0xB05445) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 45. RGB value is (176,84,69). Sum of RGB (Red+Green+Blue) = 176+84+69=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B05445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05445 is #4FABBA. Grayscale: #6D6D6D. Windows color (decimal): -5221307 or 4543664. OLE color: 4543664.

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

Color convert

RGB1768469-
CMYK00.520.610.31
HSL8.41º43.67%48.04%-
HSV(B)8.41º60.8%69.02%-
XYZ22.15167.55-
YUV109.8104.98175.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=53.50%
G=25.53%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176846900.520.610.318.4143.6748.04
HexB054450343D1F82c30
Octal2601241050647537105460
Binary10110000101010010001010110100111101111111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05445; }

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

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

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

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

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

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

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

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