#B46116

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

Shades of Christine #B46116

Tints of Christine #B46116

Color information

#B46116 (or 0xB46116) is unknown color: approx Christine. HEX triplet: B4, 61 and 16. RGB value is (180,97,22). Sum of RGB (Red+Green+Blue) = 180+97+22=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B46116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46116 is #4B9EE9. Grayscale: #717171. Windows color (decimal): -4955882 or 1466804. OLE color: 1466804.

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

Color convert

RGB1809722-
CMYK00.460.880.29
HSL28.48º78.22%39.61%-
HSV(B)28.48º87.78%70.59%-
XYZ23.2418.313.07-
YUV113.2776.5175.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 22 (8.98% from 255) = 7.36%
R=60.20%
G=32.44%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180972200.460.880.2928.4878.2239.61
HexB4611602E581D1c4e28
Octal26414126056130353411650
Binary101101001100001101100101110101100011101111001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46116; }

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

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

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

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

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

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

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

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