#B05450

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

Shades of Apple Blossom #B05450

Tints of Apple Blossom #B05450

Color information

#B05450 (or 0xB05450) is unknown color: approx Apple Blossom. HEX triplet: B0, 54 and 50. RGB value is (176,84,80). Sum of RGB (Red+Green+Blue) = 176+84+80=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B05450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05450 is #4FABAF. Grayscale: #6F6F6F. Windows color (decimal): -5221296 or 5264560. OLE color: 5264560.

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

Color convert

RGB1768480-
CMYK00.520.550.31
HSL2.5º37.8%50.2%-
HSV(B)2.5º54.55%69.02%-
XYZ22.5216.159.52-
YUV111.05110.48174.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=51.76%
G=24.71%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176848000.520.550.312.537.850.2
HexB05450034371F32632
Octal260124120064673734662
Binary101100001010100101000001101001101111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05450; }

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

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

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

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

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

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

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

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