#B15B49

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

Shades of Crail #B15B49

Tints of Crail #B15B49

Color information

#B15B49 (or 0xB15B49) is unknown color: approx Crail. HEX triplet: B1, 5B and 49. RGB value is (177,91,73). Sum of RGB (Red+Green+Blue) = 177+91+73=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B49 is #4EA4B6. Grayscale: #727272. Windows color (decimal): -5153975 or 4807601. OLE color: 4807601.

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

Color convert

RGB1779173-
CMYK00.490.590.31
HSL10.38º41.6%49.02%-
HSV(B)10.38º58.76%69.41%-
XYZ23.0817.318.43-
YUV114.66104.49172.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=51.91%
G=26.69%
B=21.41%

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
Decimal177917300.490.590.3110.3841.649.02
HexB15B490313B1Fa2a31
Octal2611331110617337125261
Binary10110001101101110010010110001111011111111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B49; }

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

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

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

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

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

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

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

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