#BA6115

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

Shades of Christine #BA6115

Tints of Christine #BA6115

Color information

#BA6115 (or 0xBA6115) is unknown color: approx Christine. HEX triplet: BA, 61 and 15. RGB value is (186,97,21). Sum of RGB (Red+Green+Blue) = 186+97+21=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6115 is #459EEA. Grayscale: #737373. Windows color (decimal): -4562667 or 1401274. OLE color: 1401274.

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

Color convert

RGB1869721-
CMYK00.480.890.27
HSL27.64º79.71%40.59%-
HSV(B)27.64º88.71%72.94%-
XYZ24.6619.043.09-
YUV114.9574.99178.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=61.18%
G=31.91%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186972100.480.890.2727.6479.7140.59
HexBA6115030591B1c5029
Octal27214125060131333412051
Binary101110101100001101010110000101100111011111001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6115; }

 p { color: rgb(186,97,21); }

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

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

 a { background-color: rgb(186,97,21); }

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

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

 span { border-color: rgb(186,97,21); }

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