#B25744

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

Shades of Crail #B25744

Tints of Crail #B25744

Color information

#B25744 (or 0xB25744) is unknown color: approx Crail. HEX triplet: B2, 57 and 44. RGB value is (178,87,68). Sum of RGB (Red+Green+Blue) = 178+87+68=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B25744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25744 is #4DA8BB. Grayscale: #707070. Windows color (decimal): -5089468 or 4478898. OLE color: 4478898.

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

Color convert

RGB1788768-
CMYK00.510.620.30
HSL10.36º44.72%48.24%-
HSV(B)10.36º61.8%69.8%-
XYZ22.8116.77.49-
YUV112.04103.15175.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=53.45%
G=26.13%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178876800.510.620.3010.3644.7248.24
HexB257440333E1Ea2d30
Octal2621271040637636125560
Binary10110010101011110001000110011111110111101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25744; }

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

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

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

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

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

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

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

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