#B05451

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

Shades of Apple Blossom #B05451

Tints of Apple Blossom #B05451

Color information

#B05451 (or 0xB05451) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 51. RGB value is (176,84,81). Sum of RGB (Red+Green+Blue) = 176+84+81=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B05451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05451 is #4FABAE. Grayscale: #6F6F6F. Windows color (decimal): -5221295 or 5330096. OLE color: 5330096.

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

Color convert

RGB1768481-
CMYK00.520.540.31
HSL1.89º37.55%50.39%-
HSV(B)1.89º53.98%69.02%-
XYZ22.5616.169.72-
YUV111.17110.98174.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=51.61%
G=24.63%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176848100.520.540.311.8937.5550.39
HexB05451034361F22632
Octal260124121064663724662
Binary101100001010100101000101101001101101111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05451; }

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

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

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

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

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

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

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

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