#B15C4E

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

Shades of Crail #B15C4E

Tints of Crail #B15C4E

Color information

#B15C4E (or 0xB15C4E) is unknown color: approx Crail. HEX triplet: B1, 5C and 4E. RGB value is (177,92,78). Sum of RGB (Red+Green+Blue) = 177+92+78=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C4E is #4EA3B1. Grayscale: #737373. Windows color (decimal): -5153714 or 5135537. OLE color: 5135537.

HSL color Cylindrical-coordinate representation of color #B15C4E: hue angle of 8.48º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15C4E is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1779278-
CMYK00.480.560.31
HSL8.48º38.82%50%-
HSV(B)8.48º55.93%69.41%-
XYZ23.3317.559.37-
YUV115.82106.66171.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=51.01%
G=26.51%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177927800.480.560.318.4838.8250
HexB15C4E030381F82732
Octal2611341160607037104762
Binary10110001101110010011100110000111000111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C4E; }

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

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

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

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

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

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

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

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