#B46327

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

Shades of Christine #B46327

Tints of Christine #B46327

Color information

#B46327 (or 0xB46327) is unknown color: approx Christine. HEX triplet: B4, 63 and 27. RGB value is (180,99,39). Sum of RGB (Red+Green+Blue) = 180+99+39=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B46327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46327 is #4B9CD8. Grayscale: #747474. Windows color (decimal): -4955353 or 2581428. OLE color: 2581428.

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

Color convert

RGB1809939-
CMYK00.450.780.29
HSL25.53º64.38%42.94%-
HSV(B)25.53º78.33%70.59%-
XYZ23.6518.774.3-
YUV116.3884.34173.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 39 (15.62% from 255) = 12.26%
R=56.60%
G=31.13%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180993900.450.780.2925.5364.3842.94
HexB4632702D4E1D1a402b
Octal26414347055116353210053
Binary1011010011000111001110101101100111011101110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46327; }

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

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

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

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

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

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

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

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