#B56426

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

Shades of Christine #B56426

Tints of Christine #B56426

Color information

#B56426 (or 0xB56426) is unknown color: approx Christine. HEX triplet: B5, 64 and 26. RGB value is (181,100,38). Sum of RGB (Red+Green+Blue) = 181+100+38=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B56426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56426 is #4A9BD9. Grayscale: #757575. Windows color (decimal): -4889562 or 2516149. OLE color: 2516149.

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

Color convert

RGB18110038-
CMYK00.450.790.29
HSL26.01º65.3%42.94%-
HSV(B)26.01º79.01%70.98%-
XYZ23.9619.084.25-
YUV117.1583.34173.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=56.74%
G=31.35%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811003800.450.790.2926.0165.342.94
HexB5642602D4F1D1a412b
Octal26514446055117353210153
Binary1011010111001001001100101101100111111101110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56426; }

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

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

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

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

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

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

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

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