#B46019

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

Shades of Christine #B46019

Tints of Christine #B46019

Color information

#B46019 (or 0xB46019) is unknown color: approx Christine. HEX triplet: B4, 60 and 19. RGB value is (180,96,25). Sum of RGB (Red+Green+Blue) = 180+96+25=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B46019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46019 is #4B9FE6. Grayscale: #717171. Windows color (decimal): -4956135 or 1663156. OLE color: 1663156.

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

Color convert

RGB1809625-
CMYK00.470.860.29
HSL27.48º75.61%40.2%-
HSV(B)27.48º86.11%70.59%-
XYZ23.1818.143.2-
YUV113.0278.33175.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 25 (10.16% from 255) = 8.31%
R=59.80%
G=31.89%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180962500.470.860.2927.4875.6140.2
HexB4601902F561D1b4c28
Octal26414031057126353311450
Binary101101001100000110010101111101011011101110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46019; }

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

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

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

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

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

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

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

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