#BA6826

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

Shades of Christine #BA6826

Tints of Christine #BA6826

Color information

#BA6826 (or 0xBA6826) is unknown color: approx Christine. HEX triplet: BA, 68 and 26. RGB value is (186,104,38). Sum of RGB (Red+Green+Blue) = 186+104+38=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6826 is #4597D9. Grayscale: #797979. Windows color (decimal): -4560858 or 2517178. OLE color: 2517178.

HSL color Cylindrical-coordinate representation of color #BA6826: hue angle of 26.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6826 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18610438-
CMYK00.440.800.27
HSL26.76º66.07%43.92%-
HSV(B)26.76º79.57%72.94%-
XYZ25.5520.484.44-
YUV120.9981.17174.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 38 (15.23% from 255) = 11.59%
R=56.71%
G=31.71%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861043800.440.800.2726.7666.0743.92
HexBA682602C501B1b422c
Octal27215046054120333310254
Binary1011101011010001001100101100101000011011110111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6826; }

 p { color: rgb(186,104,38); }

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

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

 a { background-color: rgb(186,104,38); }

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

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

 span { border-color: rgb(186,104,38); }

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