#BA6825

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

Shades of Christine #BA6825

Tints of Christine #BA6825

Color information

#BA6825 (or 0xBA6825) is unknown color: approx Christine. HEX triplet: BA, 68 and 25. RGB value is (186,104,37). Sum of RGB (Red+Green+Blue) = 186+104+37=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6825 is #4597DA. Grayscale: #797979. Windows color (decimal): -4560859 or 2451642. OLE color: 2451642.

HSL color Cylindrical-coordinate representation of color #BA6825: hue angle of 26.98º degrees, saturation: 0.67, 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 #BA6825 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18610437-
CMYK00.440.800.27
HSL26.98º66.82%43.73%-
HSV(B)26.98º80.11%72.94%-
XYZ25.5320.474.36-
YUV120.8880.67174.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 37 (14.84% from 255) = 11.31%
R=56.88%
G=31.80%
B=11.31%

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
Decimal1861043700.440.800.2726.9866.8243.73
HexBA682502C501B1b432c
Octal27215045054120333310354
Binary1011101011010001001010101100101000011011110111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6825; }

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

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

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

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

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

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

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

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