#B46529

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

Shades of Christine #B46529

Tints of Christine #B46529

Color information

#B46529 (or 0xB46529) is unknown color: approx Christine. HEX triplet: B4, 65 and 29. RGB value is (180,101,41). Sum of RGB (Red+Green+Blue) = 180+101+41=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B46529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46529 is #4B9AD6. Grayscale: #767676. Windows color (decimal): -4954839 or 2713012. OLE color: 2713012.

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

Color convert

RGB18010141-
CMYK00.440.770.29
HSL25.9º62.9%43.33%-
HSV(B)25.9º77.22%70.59%-
XYZ23.8819.174.54-
YUV117.7884.67172.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 41 (16.41% from 255) = 12.73%
R=55.90%
G=31.37%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801014100.440.770.2925.962.943.33
HexB4652902C4D1D1a3f2b
Octal2641455105411535327753
Binary101101001100101101001010110010011011110111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46529; }

 p { color: rgb(180,101,41); }

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

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

 a { background-color: rgb(180,101,41); }

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

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

 span { border-color: rgb(180,101,41); }

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