#B15A48

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

Shades of Crail #B15A48

Tints of Crail #B15A48

Color information

#B15A48 (or 0xB15A48) is unknown color: approx Crail. HEX triplet: B1, 5A and 48. RGB value is (177,90,72). Sum of RGB (Red+Green+Blue) = 177+90+72=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A48 is #4EA5B7. Grayscale: #727272. Windows color (decimal): -5154232 or 4741809. OLE color: 4741809.

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

Color convert

RGB1779072-
CMYK00.490.590.31
HSL10.29º42.17%48.82%-
HSV(B)10.29º59.32%69.41%-
XYZ22.9617.138.23-
YUV113.96104.32172.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=52.21%
G=26.55%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177907200.490.590.3110.2942.1748.82
HexB15A480313B1Fa2a31
Octal2611321100617337125261
Binary10110001101101010010000110001111011111111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A48; }

 p { color: rgb(177,90,72); }

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

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

 a { background-color: rgb(177,90,72); }

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

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

 span { border-color: rgb(177,90,72); }

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