#B46016

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

Shades of Christine #B46016

Tints of Christine #B46016

Color information

#B46016 (or 0xB46016) is unknown color: approx Christine. HEX triplet: B4, 60 and 16. RGB value is (180,96,22). Sum of RGB (Red+Green+Blue) = 180+96+22=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B46016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46016 is #4B9FE9. Grayscale: #717171. Windows color (decimal): -4956138 or 1466548. OLE color: 1466548.

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

Color convert

RGB1809622-
CMYK00.470.880.29
HSL28.1º78.22%39.61%-
HSV(B)28.1º87.78%70.59%-
XYZ23.1518.133.04-
YUV112.6876.83176.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 22 (8.98% from 255) = 7.38%
R=60.40%
G=32.21%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180962200.470.880.2928.178.2239.61
HexB4601602F581D1c4e28
Octal26414026057130353411650
Binary101101001100000101100101111101100011101111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46016; }

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

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

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

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

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

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

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

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