#B46419

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

Shades of Christine #B46419

Tints of Christine #B46419

Color information

#B46419 (or 0xB46419) is unknown color: approx Christine. HEX triplet: B4, 64 and 19. RGB value is (180,100,25). Sum of RGB (Red+Green+Blue) = 180+100+25=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B46419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46419 is #4B9BE6. Grayscale: #737373. Windows color (decimal): -4955111 or 1664180. OLE color: 1664180.

HSL color Cylindrical-coordinate representation of color #B46419: hue angle of 29.03º 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 #B46419 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18010025-
CMYK00.440.860.29
HSL29.03º75.61%40.2%-
HSV(B)29.03º86.11%70.59%-
XYZ23.5618.893.32-
YUV115.3777174.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=59.02%
G=32.79%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801002500.440.860.2929.0375.6140.2
HexB4641902C561D1d4c28
Octal26414431054126353511450
Binary101101001100100110010101100101011011101111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46419; }

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

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

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

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

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

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

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

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