#B15744

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

Shades of Crail #B15744

Tints of Crail #B15744

Color information

#B15744 (or 0xB15744) is unknown color: approx Crail. HEX triplet: B1, 57 and 44. RGB value is (177,87,68). Sum of RGB (Red+Green+Blue) = 177+87+68=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B15744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15744 is #4EA8BB. Grayscale: #6F6F6F. Windows color (decimal): -5155004 or 4478897. OLE color: 4478897.

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

Color convert

RGB1778768-
CMYK00.510.620.31
HSL10.46º44.49%48.04%-
HSV(B)10.46º61.58%69.41%-
XYZ22.5816.587.48-
YUV111.74103.32174.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=53.31%
G=26.20%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177876800.510.620.3110.4644.4948.04
HexB157440333E1Fa2c30
Octal2611271040637637125460
Binary10110001101011110001000110011111110111111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15744; }

 p { color: rgb(177,87,68); }

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

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

 a { background-color: rgb(177,87,68); }

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

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

 span { border-color: rgb(177,87,68); }

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