#B05350

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

Shades of Apple Blossom #B05350

Tints of Apple Blossom #B05350

Color information

#B05350 (or 0xB05350) is unknown color: approx Apple Blossom. HEX triplet: B0, 53 and 50. RGB value is (176,83,80). Sum of RGB (Red+Green+Blue) = 176+83+80=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B05350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05350 is #4FACAF. Grayscale: #6E6E6E. Windows color (decimal): -5221552 or 5264304. OLE color: 5264304.

HSL color Cylindrical-coordinate representation of color #B05350: hue angle of 1.88º 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 #B05350 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1768380-
CMYK00.530.550.31
HSL1.88º37.8%50.2%-
HSV(B)1.88º54.55%69.02%-
XYZ22.45169.49-
YUV110.46110.81174.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=51.92%
G=24.48%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176838000.530.550.311.8837.850.2
HexB05350035371F22632
Octal260123120065673724662
Binary101100001010011101000001101011101111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05350; }

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

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

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

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

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

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

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

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