#B56127

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

Shades of Christine #B56127

Tints of Christine #B56127

Color information

#B56127 (or 0xB56127) is unknown color: approx Christine. HEX triplet: B5, 61 and 27. RGB value is (181,97,39). Sum of RGB (Red+Green+Blue) = 181+97+39=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B56127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56127 is #4A9ED8. Grayscale: #737373. Windows color (decimal): -4890329 or 2580917. OLE color: 2580917.

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

Color convert

RGB1819739-
CMYK00.460.780.29
HSL24.51º64.55%43.14%-
HSV(B)24.51º78.45%70.98%-
XYZ23.718.524.25-
YUV115.584.83174.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=57.10%
G=30.60%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181973900.460.780.2924.5164.5543.14
HexB5612702E4E1D19412b
Octal26514147056116353110153
Binary1011010111000011001110101110100111011101110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56127; }

 p { color: rgb(181,97,39); }

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

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

 a { background-color: rgb(181,97,39); }

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

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

 span { border-color: rgb(181,97,39); }

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