#B15641

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

Shades of Crail #B15641

Tints of Crail #B15641

Color information

#B15641 (or 0xB15641) is unknown color: approx Crail. HEX triplet: B1, 56 and 41. RGB value is (177,86,65). Sum of RGB (Red+Green+Blue) = 177+86+65=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B15641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15641 is #4EA9BE. Grayscale: #6E6E6E. Windows color (decimal): -5155263 or 4282033. OLE color: 4282033.

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

Color convert

RGB1778665-
CMYK00.510.630.31
HSL11.25º46.28%47.45%-
HSV(B)11.25º63.28%69.41%-
XYZ22.4116.386.98-
YUV110.82102.15175.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=53.96%
G=26.22%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177866500.510.630.3111.2546.2847.45
HexB156410333F1Fb2e2f
Octal2611261010637737135657
Binary10110001101011010000010110011111111111111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15641; }

 p { color: rgb(177,86,65); }

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

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

 a { background-color: rgb(177,86,65); }

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

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

 span { border-color: rgb(177,86,65); }

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