#B15B52

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

Shades of Apple Blossom #B15B52

Tints of Apple Blossom #B15B52

Color information

#B15B52 (or 0xB15B52) is unknown color: approx Apple Blossom. HEX triplet: B1, 5B and 52. RGB value is (177,91,82). Sum of RGB (Red+Green+Blue) = 177+91+82=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B52 is #4EA4AD. Grayscale: #737373. Windows color (decimal): -5153966 or 5397425. OLE color: 5397425.

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

Color convert

RGB1779182-
CMYK00.490.540.31
HSL5.68º37.85%50.78%-
HSV(B)5.68º53.67%69.41%-
XYZ23.417.4410.12-
YUV115.69108.99171.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=50.57%
G=26%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177918200.490.540.315.6837.8550.78
HexB15B52031361F62633
Octal261133122061663764663
Binary1011000110110111010010011000111011011111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B52; }

 p { color: rgb(177,91,82); }

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

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

 a { background-color: rgb(177,91,82); }

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

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

 span { border-color: rgb(177,91,82); }

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