#B15745

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

Shades of Crail #B15745

Tints of Crail #B15745

Color information

#B15745 (or 0xB15745) is unknown color: approx Crail. HEX triplet: B1, 57 and 45. RGB value is (177,87,69). Sum of RGB (Red+Green+Blue) = 177+87+69=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15745 is #4EA8BA. Grayscale: #707070. Windows color (decimal): -5155003 or 4544433. OLE color: 4544433.

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

Color convert

RGB1778769-
CMYK00.510.610.31
HSL10º43.9%48.24%-
HSV(B)10º61.02%69.41%-
XYZ22.6116.597.64-
YUV111.86103.82174.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=53.15%
G=26.13%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177876900.510.610.311043.948.24
HexB157450333D1Fa2c30
Octal2611271050637537125460
Binary10110001101011110001010110011111101111111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15745; }

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

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

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

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

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

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

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

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