#B15350

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

Shades of Apple Blossom #B15350

Tints of Apple Blossom #B15350

Color information

#B15350 (or 0xB15350) is unknown color: approx Apple Blossom. HEX triplet: B1, 53 and 50. RGB value is (177,83,80). Sum of RGB (Red+Green+Blue) = 177+83+80=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B15350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15350 is #4EACAF. Grayscale: #6E6E6E. Windows color (decimal): -5156016 or 5264305. OLE color: 5264305.

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

Color convert

RGB1778380-
CMYK00.530.550.31
HSL1.86º38.34%50.39%-
HSV(B)1.86º54.8%69.41%-
XYZ22.6716.119.5-
YUV110.76110.64175.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=52.06%
G=24.41%
B=23.53%

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
Decimal177838000.530.550.311.8638.3450.39
HexB15350035371F22632
Octal261123120065673724662
Binary101100011010011101000001101011101111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15350; }

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

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

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

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

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

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

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

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