#B56419

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

Shades of Christine #B56419

Tints of Christine #B56419

Color information

#B56419 (or 0xB56419) is unknown color: approx Christine. HEX triplet: B5, 64 and 19. RGB value is (181,100,25). Sum of RGB (Red+Green+Blue) = 181+100+25=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B56419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56419 is #4A9BE6. Grayscale: #747474. Windows color (decimal): -4889575 or 1664181. OLE color: 1664181.

HSL color Cylindrical-coordinate representation of color #B56419: hue angle of 28.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B56419 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18110025-
CMYK00.450.860.29
HSL28.85º75.73%40.39%-
HSV(B)28.85º86.19%70.98%-
XYZ23.7919.013.33-
YUV115.6776.84174.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 25 (10.16% from 255) = 8.17%
R=59.15%
G=32.68%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811002500.450.860.2928.8575.7340.39
HexB5641902D561D1d4c28
Octal26514431055126353511450
Binary101101011100100110010101101101011011101111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56419; }

 p { color: rgb(181,100,25); }

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

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

 a { background-color: rgb(181,100,25); }

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

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

 span { border-color: rgb(181,100,25); }

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