#B15046

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

Shades of Apple Blossom #B15046

Tints of Apple Blossom #B15046

Color information

#B15046 (or 0xB15046) is unknown color: approx Apple Blossom. HEX triplet: B1, 50 and 46. RGB value is (177,80,70). Sum of RGB (Red+Green+Blue) = 177+80+70=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15046 is #4EAFB9. Grayscale: #6C6C6C. Windows color (decimal): -5156794 or 4608177. OLE color: 4608177.

HSL color Cylindrical-coordinate representation of color #B15046: hue angle of 5.61º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15046 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1778070-
CMYK00.550.600.31
HSL5.61º43.32%48.43%-
HSV(B)5.61º60.45%69.41%-
XYZ22.1115.537.63-
YUV107.86106.64177.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=54.13%
G=24.46%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177807000.550.600.315.6143.3248.43
HexB150460373C1F62b30
Octal261120106067743765360
Binary1011000110100001000110011011111110011111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15046; }

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

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

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

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

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

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

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

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