#B46326

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

Shades of Christine #B46326

Tints of Christine #B46326

Color information

#B46326 (or 0xB46326) is unknown color: approx Christine. HEX triplet: B4, 63 and 26. RGB value is (180,99,38). Sum of RGB (Red+Green+Blue) = 180+99+38=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B46326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46326 is #4B9CD9. Grayscale: #747474. Windows color (decimal): -4955354 or 2515892. OLE color: 2515892.

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

Color convert

RGB1809938-
CMYK00.450.790.29
HSL25.77º65.14%42.75%-
HSV(B)25.77º78.89%70.59%-
XYZ23.6318.774.21-
YUV116.2683.84173.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=56.78%
G=31.23%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180993800.450.790.2925.7765.1442.75
HexB4632602D4F1D1a412b
Octal26414346055117353210153
Binary1011010011000111001100101101100111111101110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46326; }

 p { color: rgb(180,99,38); }

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

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

 a { background-color: rgb(180,99,38); }

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

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

 span { border-color: rgb(180,99,38); }

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