#B15047

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

Shades of Apple Blossom #B15047

Tints of Apple Blossom #B15047

Color information

#B15047 (or 0xB15047) is unknown color: approx Apple Blossom. HEX triplet: B1, 50 and 47. RGB value is (177,80,71). Sum of RGB (Red+Green+Blue) = 177+80+71=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B15047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15047 is #4EAFB8. Grayscale: #6C6C6C. Windows color (decimal): -5156793 or 4673713. OLE color: 4673713.

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

Color convert

RGB1778071-
CMYK00.550.600.31
HSL5.09º42.74%48.63%-
HSV(B)5.09º59.89%69.41%-
XYZ22.1415.547.79-
YUV107.98107.14177.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=53.96%
G=24.39%
B=21.65%

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
Decimal177807100.550.600.315.0942.7448.63
HexB150470373C1F52b31
Octal261120107067743755361
Binary1011000110100001000111011011111110011111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15047; }

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

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

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

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

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

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

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

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