#B15952

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

Shades of Apple Blossom #B15952

Tints of Apple Blossom #B15952

Color information

#B15952 (or 0xB15952) is unknown color: approx Apple Blossom. HEX triplet: B1, 59 and 52. RGB value is (177,89,82). Sum of RGB (Red+Green+Blue) = 177+89+82=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15952 is #4EA6AD. Grayscale: #727272. Windows color (decimal): -5154478 or 5396913. OLE color: 5396913.

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

Color convert

RGB1778982-
CMYK00.500.540.31
HSL4.42º37.85%50.78%-
HSV(B)4.42º53.67%69.41%-
XYZ23.2317.110.06-
YUV114.51109.65172.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=50.86%
G=25.57%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177898200.500.540.314.4237.8550.78
HexB15952032361F42633
Octal261131122062663744663
Binary1011000110110011010010011001011011011111100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15952; }

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

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

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

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

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

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

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

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