#B15C49

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

Shades of Crail #B15C49

Tints of Crail #B15C49

Color information

#B15C49 (or 0xB15C49) is unknown color: approx Crail. HEX triplet: B1, 5C and 49. RGB value is (177,92,73). Sum of RGB (Red+Green+Blue) = 177+92+73=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C49 is #4EA3B6. Grayscale: #737373. Windows color (decimal): -5153719 or 4807857. OLE color: 4807857.

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

Color convert

RGB1779273-
CMYK00.480.590.31
HSL10.96º41.6%49.02%-
HSV(B)10.96º58.76%69.41%-
XYZ23.1617.488.46-
YUV115.25104.16172.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=51.75%
G=26.90%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177927300.480.590.3110.9641.649.02
HexB15C490303B1Fb2a31
Octal2611341110607337135261
Binary10110001101110010010010110000111011111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C49; }

 p { color: rgb(177,92,73); }

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

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

 a { background-color: rgb(177,92,73); }

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

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

 span { border-color: rgb(177,92,73); }

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