#B46417

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

Shades of Christine #B46417

Tints of Christine #B46417

Color information

#B46417 (or 0xB46417) is unknown color: approx Christine. HEX triplet: B4, 64 and 17. RGB value is (180,100,23). Sum of RGB (Red+Green+Blue) = 180+100+23=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B46417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46417 is #4B9BE8. Grayscale: #737373. Windows color (decimal): -4955113 or 1533108. OLE color: 1533108.

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

Color convert

RGB18010023-
CMYK00.440.870.29
HSL29.43º77.34%39.8%-
HSV(B)29.43º87.22%70.59%-
XYZ23.5318.883.21-
YUV115.1476174.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 23 (9.38% from 255) = 7.59%
R=59.41%
G=33.00%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801002300.440.870.2929.4377.3439.8
HexB4641702C571D1d4d28
Octal26414427054127353511550
Binary101101001100100101110101100101011111101111011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46417; }

 p { color: rgb(180,100,23); }

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

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

 a { background-color: rgb(180,100,23); }

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

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

 span { border-color: rgb(180,100,23); }

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