#B05554

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

Shades of Apple Blossom #B05554

Tints of Apple Blossom #B05554

Color information

#B05554 (or 0xB05554) is unknown color: approx Apple Blossom. HEX triplet: B0, 55 and 54. RGB value is (176,85,84). Sum of RGB (Red+Green+Blue) = 176+85+84=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05554 is #4FAAAB. Grayscale: #707070. Windows color (decimal): -5221036 or 5526960. OLE color: 5526960.

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

Color convert

RGB1768584-
CMYK00.520.520.31
HSL0.65º36.8%50.98%-
HSV(B)0.65º52.27%69.02%-
XYZ22.7516.3710.35-
YUV112.1112.15173.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=51.01%
G=24.64%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176858400.520.520.310.6536.850.98
HexB05554034341F12533
Octal260125124064643714563
Binary10110000101010110101000110100110100111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05554; }

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

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

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

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

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

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

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

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