#BA692A

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

Shades of Christine #BA692A

Tints of Christine #BA692A

Color information

#BA692A (or 0xBA692A) is unknown color: approx Christine. HEX triplet: BA, 69 and 2A. RGB value is (186,105,42). Sum of RGB (Red+Green+Blue) = 186+105+42=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA692A is #4596D5. Grayscale: #7A7A7A. Windows color (decimal): -4560598 or 2779578. OLE color: 2779578.

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

Color convert

RGB18610542-
CMYK00.440.770.27
HSL26.25º63.16%44.71%-
HSV(B)26.25º77.42%72.94%-
XYZ25.7220.714.83-
YUV122.0482.84173.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=55.86%
G=31.53%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861054200.440.770.2726.2563.1644.71
HexBA692A02C4D1B1a3f2d
Octal2721515205411533327755
Binary101110101101001101010010110010011011101111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA692A; }

 p { color: rgb(186,105,42); }

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

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

 a { background-color: rgb(186,105,42); }

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

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

 span { border-color: rgb(186,105,42); }

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