#B15D52

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

Shades of Apple Blossom #B15D52

Tints of Apple Blossom #B15D52

Color information

#B15D52 (or 0xB15D52) is unknown color: approx Apple Blossom. HEX triplet: B1, 5D and 52. RGB value is (177,93,82). Sum of RGB (Red+Green+Blue) = 177+93+82=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D52 is #4EA2AD. Grayscale: #747474. Windows color (decimal): -5153454 or 5397937. OLE color: 5397937.

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

Color convert

RGB1779382-
CMYK00.470.540.31
HSL6.95º37.85%50.78%-
HSV(B)6.95º53.67%69.41%-
XYZ23.5717.7910.17-
YUV116.86108.33170.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=50.28%
G=26.42%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177938200.470.540.316.9537.8550.78
HexB15D5202F361F72633
Octal261135122057663774663
Binary1011000110111011010010010111111011011111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D52; }

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

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

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

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

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

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

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

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