#B15844

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

Shades of Crail #B15844

Tints of Crail #B15844

Color information

#B15844 (or 0xB15844) is unknown color: approx Crail. HEX triplet: B1, 58 and 44. RGB value is (177,88,68). Sum of RGB (Red+Green+Blue) = 177+88+68=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15844 is #4EA7BB. Grayscale: #707070. Windows color (decimal): -5154748 or 4479153. OLE color: 4479153.

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

Color convert

RGB1778868-
CMYK00.500.620.31
HSL11.01º44.49%48.04%-
HSV(B)11.01º61.58%69.41%-
XYZ22.6616.747.51-
YUV112.33102.99174.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=53.15%
G=26.43%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177886800.500.620.3111.0144.4948.04
HexB158440323E1Fb2c30
Octal2611301040627637135460
Binary10110001101100010001000110010111110111111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15844; }

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

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

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

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

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

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

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

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